by grima
Difference between "->" and "." in C
|
|
[1 reply] : They access members of the struct. If you just have an struct instance... (by Zhuge)
|
by Gabi007
Columns
|
|
[1 reply] : I'm working with arrays and I get them column by column and need to ... (by buffbill)
|
by wuzup6678
Can somebody please help with c++ code on arrays!
|
|
[3 replies] Last: Your program is suffering from an acute case of malnutrition. Main() h... (by buffbill)
|
Problems with rand() and srand() |
|
[4 replies] Last: Got it. Thanks all! (by Nathan Justice)
|
by ASCII14
switch statement
|
|
[1 reply] : you can try this #include <strings.h> #include <iostream> using name... (by closed account 1v5E3TCk)
|
by tee360
Vector Swap?
|
|
[7 replies] Last: In fact, you were using std::swap all along. The name of your swap ... (by cire)
|
by smartgurl
Codeblocks C++
|
|
[4 replies] Last: Also, you're wanting to get input from the user. An effective user-... (by ENIGMAx)
|
by BToven
drumpad sounds
|
|
[5 replies] Last: you can get some cool SFX on bfxr http://www.bfxr.net/ (by NSharbz)
|
by Blanchy
program efficiency if/elseif
|
|
[3 replies] Last: You're still adding a redundant "reverse" conditional here: if ... (by Disch)
|
Doubt about Files |
|
[2 replies] Last: There's a little hint in the name of each of those streams. i = input... (by ENIGMAx)
|
by EJ Destua
Elements
|
|
[3 replies] Last: from http://www.cplusplus.com/reference/string/string/ operator+= ... (by ENIGMAx)
|
by hello1111
using string to update array
|
|
[2 replies] Last: Can you specify any errors that are occurring or conceptual issues you... (by ENIGMAx)
|
by dominover
Header files?
|
|
[5 replies] Last: > http://stackoverflow.com/questions/1653958/why-are-ifndef-and-define... (by ne555)
|
by qingze
How to generate real random number from normal distribution
|
|
[2 replies] Last: But I find that each time the array I got are the same. That's becau... (by andywestken)
|
by Bosskardo
win32 API listbox SendMessage not working
|
|
[7 replies] Last: Finally got it in a quite roundabout way: first I converted it to wstr... (by Bosskardo)
|
by dominover
Making a namespace C++
|
|
[4 replies] Last: You're welcome! (by MikeyBoy)
|
by RishiNagrath
boolean flag !!
|
|
[6 replies] Last: ok...that explains everything....thanks MikeyBoy and iHutch .... (by RishiNagrath)
|
by R9986
Call-by-reference
|
|
[1 reply] : I am not typing this again. http://www.cplusplus.com/forum/general/10... (by Script Coder)
|
by PavDub
Is this pointer arithmetics safe?
|
|
[11 replies] Last: Well guys, we are getting a bit OT ... So to summarize: Question : ... (by PavDub)
|
by CSCImajor18
If / else if loop
|
|
[2 replies] Last: Please use code tags next time (use the <> button). if (answer = "ye... (by Branflakes91093)
|