by tripke
Review my small amount of code?
|
|
[7 replies] Last: > Some compilers (i.e mine) g++ refuse to compile if you omit return 0... (by JLBorges)
|
by o0reyiz0o
I cannot find my mistake :(
|
|
[5 replies] Last: int count = 0; cout << "Enter the number of words you would like to ... (by rcast)
|
by BlackL1ght
Building my own Set, queue and driver
|
|
[6 replies] Last: Thanks a ton! Great advice. I admit, the Kool-aid function was a bit o... (by BlackL1ght)
|
by AdnanBaloch
IN which softwhere C++ language write?.
|
|
[7 replies] Last: A formula 1 car has lots of different features and gadgets that are, s... (by closed account 3CXz8vqX)
|
by Vidminas
Storing coordinates of multiple creatures
|
|
[16 replies] Last: Thank you, that worked well, now I have set up both the spawnSnakes an... (by Vidminas)
|
by klay2
rougelike saving files
|
|
[2 replies] Last: well get it to save a txt file containing the x and y positions and st... (by klay2)
|
by janebartley
Accessing 1 Array Element From A File
|
|
[no replies]
|
by TaytayB
error: No operator matches these operands
|
|
[9 replies] Last: All I'm saying is that you can't use ba . By default, the operator ... (by fg109)
|
Just getting back into Programming |
|
[no replies]
|
by janebartley
Using TypeDef With Parallel Arrays
|
|
[2 replies] Last: Thank you! I have now set up my arrays like this: typedef int sizeO... (by janebartley)
|
by Barneszy
String Planet Program *URGENT*
|
|
[7 replies] Last: You're entering the weight, which is an integer. The "\n" remains in ... (by justme2)
|
by KarateMan80
Debugging issue regarding fractions
|
|
[1 reply] : This function Rational Rational::addition(Rational y) // adds fracti... (by vlad from moscow)
|
by Zacharee
My first program! :D Looking for constructive criticism. (1,2)
|
|
[33 replies] Last: I actually spent some time making a Date class last night. The zero b... (by Lowest0ne)
|
by kiste5
Arrays very easy question
|
|
[4 replies] Last: The first, a , is an expression. The second, int a , is a declaration... (by vlad from moscow)
|
by KarateMan80
Problem with "=" operator in a problem regarding classes
|
|
[3 replies] Last: Thanks, That was the trick. There is another debugging problem now, b... (by KarateMan80)
|
by xcindiix
calculate the number of prime numbers between two inputs
|
|
[9 replies] Last: http://www.cplusplus.com/doc/tutorial/arrays/ (by kinley)
|
by tpinon
Seekg and Seekp program
|
|
[8 replies] Last: unfortunately, i can't use arrays for this assignment. :( just learni... (by tpinon)
|
by jpe33
variables in system() function
|
|
[6 replies] Last: Quincy 2005 looks a bit dated (the 2008 version uses MinGW 4.2 accordi... (by Catfish3)
|
by ausairman
Can I use a boolean as an index?
|
|
[4 replies] Last: Ok great, thanks :) (by ausairman)
|
by omiexstrike
Quick C++ Function Help
|
|
[1 reply] : Replied to you in other topic. Please do not cross-post one topic in s... (by MiiNiPaa)
|