by Deathcofi
Call of a structure inside a function
|
|
[1 reply] : You don't have a type name stack, stack is a variable not a type. Your... (by jlb)
|
by ElectroA
Do While Loop unknown behavior
|
|
[2 replies] Last: As written (with +=) you are, in line 18, .... taking the current v... (by lastchance)
|
by cameri97
Need help fixing problem!
|
|
[2 replies] Last: //Odd numbers if(num%2==1){ for(int rows=num; rows>=1... (by vin)
|
by Geeman
Hi how to get into industry..
|
|
[2 replies] Last: Hi yes. (by Geeman)
|
by Toshinari
my loop is looping one less time
|
|
[3 replies] Last: let me see if I understand. The second loop was working fine, but you ... (by ne555)
|
by pharoah0110
Help with vectors with multiple CPP files
|
|
[1 reply] : You don't want to "spread". You don't want global variables. You shoul... (by keskiverto)
|
by TeeWee
fuction calling need help in cstdio
|
|
[1 reply] : (getting error message to few argument) Function void help(int a, i... (by Chervil)
|
by DolanC
removal of highest and lowest number
|
|
[4 replies] Last: don't know if this what you asking. But i would find the lowest like ... (by morlok)
|
by ulukach
Good C++ Interview Question
|
|
[1 reply] : Its a good question I would say. You might also add the "whats wrong... (by Arslan7041)
|
by lendcs
How can I loop the following code add to the totalFrabjous_numbers
|
|
[3 replies] Last: thanks for the tips guys, as of now I am informed of this so called "p... (by lendcs)
|
by gunam12
string reverse
|
|
[6 replies] Last: @Sakurawhatever: You are missing the point. The OP is clearly trying t... (by Arslan7041)
|
by alewurm
I need help pointing to a function/loop
|
|
[1 reply] : To generate a random number do this: srand( time( NULL ) ); int rand... (by integralfx)
|
by Necro77
some exercise
|
|
[2 replies] Last: Thank you so much! (by Necro77)
|
by nynex n
typename is not allowed
|
|
[2 replies] Last: Thanks. It is working now. (by nynex n)
|
by Superman99
i need help with user input text file using pointer.
|
|
[2 replies] Last: keskiverto, my bad , i make a wrong coding by using pointer in this ca... (by Superman99)
|
by tlowe285
Help!!! It keeps saying input file did not open in my program output!
|
|
[6 replies] Last: I know what I need to change!! Okay I need to get special out after ... (by tlowe285)
|
by asm103940
Help with a beginner prog! :/
|
|
[4 replies] Last: else if (income > 15000) There is no need for this line, else alon... (by N1nJa)
|
by iSquall17
Two set of codes in one program
|
|
[no replies]
|
by N1nJa
Absolute beginner, how to implement graphics/user input.
|
|
[no replies]
|
by Bunjo
Problem entering numbers into an array
|
|
[5 replies] Last: Thank you! I used vectors and it works now. (by Bunjo)
|