Search:
Type: Posts; User: STLDude
Search :
Search took 0.07 seconds.
April 24th, 2013, 10:03 PM
You have this:
void display(int channels [NUMS]); /* function prototype */
and:
void display(int * channels [NUMS])
See the difference?
April 22nd, 2013, 01:35 PM
Memory Management Functions on MSDN may be a good start.
April 1st, 2013, 05:16 PM
Congrats, feels good does it.
March 28th, 2013, 10:10 AM
March 23rd, 2013, 10:47 AM
Please stop feeding the troll.
February 20th, 2013, 05:15 PM
You can always go to http://www.wotsit.org/ which has large description, etc for various file formats.
January 30th, 2013, 05:32 PM
October 3rd, 2012, 12:48 PM
Give us your answers first and then we can help you out.
October 1st, 2012, 08:06 PM
detours may be usefull http://research.microsoft.com/apps/mobile/showpage.aspx?page=/en-us/projects/detours/
August 21st, 2012, 10:48 AM
Lookup circular header inclusion and forward declaration.
http://www.cplusplus.com/forum/general/125/
http://en.wikipedia.org/wiki/Forward_declaration
August 10th, 2012, 11:58 AM
Have you checked in the debugger that m_hdc variable is a valid handle and not NULL?
August 10th, 2012, 09:16 AM
Are you advocating to actually make virtual destructor for any class even if it does not have any other virtual methods?
August 10th, 2012, 09:12 AM
If you are not everse to using boost, look it up http://www.boost.org/doc/libs/1_50_0/libs/filesystem/doc/index.htm. There are functions to handle path manipulation and in a cross platform way.
August 8th, 2012, 01:36 PM
This has several books suggestions: http://wforl.wordpress.com/C++/
August 7th, 2012, 01:18 PM
I also second python, specifically if learning programming for the first time.
August 1st, 2012, 11:48 AM
What happened to do your best using code tags?
Why not std::string?
#include <string>
// ...
std::string name = "omshanti";
or
I believe for VC++ 6 the name is MSVCMON.EXE.
This site has more info on how to set it up.
This will fail in multithreaded environment.
April 27th, 2012, 01:55 PM
Does CTRL-Shift-F9 works?
March 24th, 2012, 11:50 AM
January 31st, 2010, 03:03 PM
Would you please stop feeding the troll.
Click Here to Expand Forum to Full Width