by ankushnandan
Macro
|
|
[1 reply] : http://msdn.microsoft.com/en-us/library/0603949d(v=vs.80).aspx In C+... (by hamsterman)
|
strange padding in printf? |
|
[1 reply] : char is 8 bit signed. So everything 0x80+ (128+) which has the highest... (by coder777)
|
by Faff
What to do to become a pro programmer?
|
|
[7 replies] Last: Thanks for the many replies :) But well , so far I'm kind of workin... (by Faff)
|
by award982
comparing integers in an array
|
|
[5 replies] Last: for that you can use a class: e.g. class D { public: D() : index... (by coder777)
|
by RaiSta
array declaration and initialization in classes
|
|
[4 replies] Last: Sorry, my description might be confusing (I'm not a native English-spe... (by RaiSta)
|
by doforumda
C++ function for average not working
|
|
[2 replies] Last: doforumda > int size = sizeof(a) / sizeof(int); I'm newbie on thi... (by lionishy)
|
How could I execute the exe file without dll? |
|
[4 replies] Last: They enforce this simply by providing only the dll itself, import libr... (by modoran)
|
by lovefromussr
Rank Array
|
|
[6 replies] Last: I solved it myself. This seems to work pretty well: int* rank(doub... (by lovefromussr)
|
the data in a text file |
|
[16 replies] Last: I'm now trying fin.get() and a stringbuf to try and make this work ... (by closed account 4Gb4jE8b)
|
by flodywan
Integrating other technologies with c++
|
|
[2 replies] Last: Try C sharp. C# is designed to work with Microsoft's .Net platform. M... (by thecodewall)
|
by jasonah93
special kind of output
|
|
[4 replies] Last: Well, you obviously create a function for that. Doing it manually woul... (by Athar)
|
by rEPTILE
C++ Start Up
|
|
[12 replies] Last: try this, maybe this help. http://codewall.blogspot.com/2011/01/cre... (by thecodewall)
|
by acorn
Virtual destructors
|
|
[14 replies] Last: Yes, gdb is actually quite popular. My current company uses it extens... (by sohguanh)
|
POKER SOFTWARE FEEDBACK WANTED |
|
[no replies]
|
Strings with spaces? |
|
[2 replies] Last: Thanks so much! (by tehrealbinglebob)
|
by levijgraham
timer
|
|
[1 reply] : clock() gets the amount of time in milliseconds since the program st... (by quirkyusername)
|
by kash kow ken
before learning opengl/sdl
|
|
[5 replies] Last: I just assumed he meant widgetry when he said GUI, but you're right. (by Disch)
|
by Metallon
Suggestions on how to use classes
|
|
[15 replies] Last: 1) It marks the function as a const member function, which means it is... (by Athar)
|
by kash kow ken
compilers and applying libraries to your source
|
|
[1 reply] : just bumping (by kash kow ken)
|
by Metalspy
Removing text from a file with <fstream>?
|
|
[4 replies] Last: The writing to a second file first is because I want to have a backup ... (by Metalspy)
|