by zeroblank
pointer to pointer issue
|
|
[2 replies] Last: thanks (by zeroblank)
|
by asm103940
Ok.. I have a dumb question -.-
|
|
[3 replies] Last: To fix your program you have to re-initialize the num variable before ... (by Nico)
|
by Beez
Undefined Reference Error
|
|
[1 reply] : http://www.cplusplus.com/forum/general/113904/#msg622055 (by ne555)
|
by zeroblank
arrays.. what is the difference between these two evaluations ?
|
|
[3 replies] Last: In the first, 'itemsRead' is incremented after 9 is assigned to the 0t... (by Arslan7041)
|
by jlogic
Count number of occurrences of a given substring in a string
|
|
[6 replies] Last: You should reverse the role of str_to_search and str. int nPos = str.... (by SakurasouBusters)
|
by Karanaka Kun
Undefined Reference to `ExampleWindow::ExampleWindow()`
|
|
[5 replies] Last: ander@Ander:~/C++_Programming/test$ g++ main.cc -o seimple `pkg-confi... (by Karanaka Kun)
|
by treefitty
Tracking the float remainder of an int-locked object
|
|
[2 replies] Last: But let's assume that it is (maybe your math is in units of chunky te... (by treefitty)
|
Output help!! |
|
[2 replies] Last: #include <iostream> #include <string> #include <fstream> using names... (by One in a million)
|
by juicebox4oz
Reading from a text file but it won't open!
|
|
[2 replies] Last: OP: Read the following links why eof() is considered a bad idea within... (by gunnerfunner)
|
by Psycosiis
"No operator '!=' matches these operands."
|
|
[4 replies] Last: int topScore; Should be : int topScore = 0 ; ... (by SakurasouBusters)
|
by Luke 1345
2D array finding the most frequent element
|
|
[3 replies] Last: oh I figered it out. The problem is where the tempCount=0; is placed. ... (by Luke 1345)
|
by Zorai
Quick help with this treasure-finding code
|
|
[1 reply] : Add a step counter that counts up 1 every time the explorer moves. Ch... (by joe864864)
|
Vectors: Can you use reserve for a string vector? |
|
[6 replies] Last: http://stackoverflow.com/a/6911339/3881189 It says that I should use ... (by FluorescentGreen5)
|
by nuril
can someone give me an advice
|
|
[1 reply] : I believe you are asking about the difference between a do while loop ... (by joe864864)
|
by MackieJ
Prompt Player to Play again or Quit
|
|
[9 replies] Last: > I did it before, and it worked. Calling main is allowed in C; if it... (by JLBorges)
|
by coutcin
When to break code into small functions?
|
|
[2 replies] Last: Is there a general rule when one should break the code into smaller ... (by andywestken)
|
by ara123
See the output on the screen after debugging
|
|
[5 replies] Last: Setting the subsystem of your project to "console" is the correct way ... (by cire)
|