by tanux7
[SOLVED] Problem with void function
|
|
[3 replies] Last: Oh dear! Of course! It doesn't return a value! I just need to create a... (by tanux7)
|
by nanJIL
beginner mini project
|
|
[2 replies] Last: Please, take a look at this: http://www.cplusplus.com/forum/articles/... (by chicofeo)
|
by nazmees
please help me how to convert my programming from c++ to c language :(
|
|
[2 replies] Last: First, the use of code tags with posted code is strongly recommended, ... (by keskiverto)
|
by skadush
For loop inside recursion?
|
|
[7 replies] Last: The for loop of the recursion() function could be removed because it n... (by Peter87)
|
by survivor31
coin toss then repeat with a different input
|
|
[8 replies] Last: I can't help you with your problem unless you post your newely updated... (by TarikNeaj)
|
by nanJIL
c++ basic coding
|
|
[1 reply] : One is a C header, from the C programming language. It is a set of fun... (by Moschops)
|
by nanJIL
c++ basic coding
|
|
[1 reply] : No. "stdio.h" is a standard header from the C programming language. ... (by Moschops)
|
by immortal192
Reading user input and comparing it to array
|
|
[1 reply] : Your first decision is how the user should indicate that the input is ... (by keskiverto)
|
by newbie2047
help with yes no question in do while loop c++
|
|
[12 replies] Last: my topic in "coin toss repeat with different input" is similar concept... (by survivor31)
|
by aerichsen
Continuing the loop in a new line
|
|
[2 replies] Last: thanks, =] (by aerichsen)
|
by meshkez
I have a question
|
|
[6 replies] Last: Thank you (by meshkez)
|
by axel609
game program need fixing
|
|
[4 replies] Last: that's because of line 55 if(number != RandomNumber && number<=Random... (by mgoetschius)
|
by m0bb1n
assigning variables within if statement and used outside
|
|
[2 replies] Last: I am such a fool. I had assigned the int random to numbers that didn'... (by m0bb1n)
|
by naveen560
getdata() function
|
|
[2 replies] Last: That function is not a standard C or C++ function. From the vagueness ... (by Tom56785)
|
by dnorton
Trouble with sorting an array.
|
|
[7 replies] Last: I'm fairly sure the more usual way is to do sort(medianArray.begin(), ... (by shadowmouse)
|
by skhjr
how to convert a string to an integer
|
|
[2 replies] Last: I would suggest taking a look at this example from Stack Overflow. It ... (by Tom56785)
|
by superERALD
Graphics will not write
|
|
[no replies]
|
by Kurayami20XX
Need help with simple code for school
|
|
[10 replies] Last: @Kurayami20XX When I wrote that code I thought you knew about functio... (by jgg2002)
|
by dancivuk
for loop elements to array
|
|
[5 replies] Last: that helps, thanks! (by dancivuk)
|
by cojeap
is this ok for keeping console open
|
|
[6 replies] Last: so i got it to work after adding cin.get(); after cin.ignore thank yo... (by cojeap)
|