Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Browsing all 3021 articles
Browse latest View live

Compiling SDL_Sound with Visual C++ 2010

Code: /OUT:"win32bin/sdl_sound_d.dll" /INCREMENTAL /NOLOGO /DLL "odbc32.lib" "odbccp32.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib"...

View Article


New to c++ and getting an error for searching an Array

I am getting an error and I can't figure out what I am doing wrong. I have compared to similar code in the text book and I am still over looking something any help with what I am missing would be...

View Article


SetCurrentDirectory problem ..

I am using CFileDialog to open different types of files in my application. I open file from c:\stdparamfile directory by File Menu Open menu item. (OnOpenDocument) . But when I change directory and...

View Article

excel ole automation c++

hello, i´m new in C++. i need to make a programm to write in a excell cell a number. i must use OLE Automation. can you help me?? how i can do it?? thank you i have made: (may be i have some mistakes)...

View Article

Covert raw image data into PNG

Hey there, I have the raw image data and now want to convert it to PNG image. How can i do that? The raw image data is stored in a unsigned char *. I know how to convert it to Bitmap, but have no idea...

View Article


Beginner C++ Question: I need to find the location of certain digits from...

I have been trying to finish this code (function) for a while now, but am stuck on the last part. In this code, I prompt the user to select a number of integers and any number of digits and then find...

View Article

display hex in an edit box

I'm trying to take a value from an edit box and display it in the edit box as hex. I'm using this code: CString buffer; int intbuf; m_edit[5]->GetWindowTextA(buffer); intbuf = atoi(buffer);...

View Article

Class fraction - overloading operators

the question am having problems with.. 1.Write a class function that defines adding, subtracting, multiplying and dividing fractions by overloading standard operators for the operations. 2. Write a...

View Article


detect & find rotation angle if the skeleton tracked has turned 180 degre to...

Hi, I m developing an application using kinect.The IDE I use is Visual studio 2012 and kinect SDK 1.8.I m developing using vc++ I want to overlay an image on the person tracked when the person turns...

View Article


Please Help! Convert money to denominations

Hello everyone I am in need of some help.. I thought that I did my assignment the way that my professor wanted but I just found out that he wants me to solve it differently. Problem: Given any amount...

View Article

Zuum... A different way to acces to actuality

Hello i'm a young develloper and during the holliday summer I made a little software it's name is Zumm... Zumm... is a software community news, that means everyone can post a news, a news contains a...

View Article

string comparing problem

In my 96 line main.cpp code below, at lines 40-44 I can't get this loop to work: if(string_a==string_b) { printf("string_a and string_b match\n"); return 0; } string_a and string_b are created from two...

View Article

I am a beginner c++ programmer and have no idea where to go next

If this is the wrong place to post this I am sorry Hi, I am a beginner c++ programmer and i have been trying to learn the language for about 2 months now. I have read 2 Begging c++ books and have...

View Article


MFC "child" windows application

Hi, i'm new in Visual C++ and i have to make an MFC application with "child" windows. Here is what i need to achieve - http://www29.zippyshare.com/v/48770170/file.html As you can observe when you click...

View Article

utf8 compilation error

Hi ! I use Qt 5.1.1 with Visual Studio 2012. I declare: Code: struct Alpha {       const char* text_1;        const char* text_2;        }; And: Code: static Alpha aAlpha[] = {       {  "cat", ""...

View Article


Access variable inside class from other class

Hello, I am trying to access a variable from another class through another class but it is not returning its "instance"? Example: Class View Code: ... V3D_Viewer viewer; ... Class MainWindow Code: ......

View Article

Crash on termination

I've built a program which creates an array and ultimately changes the amount of elements available before performing some mathematical calculations. According to my knowledge I've created a "Dynamic...

View Article


Who Knows PHP?

Off topic but I couldn't find a php forum. If you know php pleas join this link if your willing to help me. https://secure.join.me/786-483-656

View Article

need help with my source code but it wont complie and giving me errors

i tring to write a employee payroll code with functions and read data from the txt. file and also need help with bubble sort that sorts and displays starting from employees last name and calculations....

View Article

About CreateFont function ..

Hi All , I needed to change Default Text attributes (font and color) . So I wrote following code , UnicodeTextOut function. I called this function once in each 55ms to update the display screen. but I...

View Article
Browsing all 3021 articles
Browse latest View live