by Karpl
Code won't give the desired output (using functions)
|
|
[5 replies] Last: @Karpl I use double type when the computing process needs a h... (by condor)
|
by iM0CKusALL
Me+string+class= clueless
|
|
[2 replies] Last: (I would like to do...) --end print statements are already done. -... (by iM0CKusALL)
|
by toast9
calculates "inf" instead of number
|
|
[6 replies] Last: ahhh! Thank you. Thats was the problem, a little math typo error. Than... (by toast9)
|
by aggsyb
Can you declare/initialize a bool with an if statement?
|
|
[2 replies] Last: Yeh dont worry was just over thinking some ideas, have it fixed. (by aggsyb)
|
Enabling Others to Use Program |
|
[1 reply] : I was wondering if it's possible to allow someone else to run a simpl... (by xismn)
|
by mauricegs
Opening 2 separate text files, comparing value in each one and sorting them
|
|
[1 reply] : Seem hard for a begginer :s (by Actmad)
|
by mwischmann
Compiler Error: No Matching Function
|
|
[no replies]
|
by Radkowboy
Quadrants
|
|
[no replies]
|
by Stremik
Reading from **argv
|
|
[5 replies] Last: Thank you very much. Very exhaustive and clear answer. I understand th... (by Stremik)
|
by Code Oranj
Need help with lexical analyzer
|
|
[9 replies] Last: I solved it. //class Scan int main() { string characters; ... (by Code Oranj)
|
by summerd78
do while loop to repeat game when it is a tie - undeclared identifier error
|
|
[2 replies] Last: thank you very much! i just couldn't see it. works great now. (by summerd78)
|
by Jose94ji
Program that finds average of test after dropping lowest
|
|
[1 reply] : Reset total to zero before for(int i = 1; i < numTest;i++) . And div... (by histrungalot)
|
by bookerb6
confusion with logic
|
|
[3 replies] Last: No problem, just letting you know. (by closed account jwkNwA7f)
|
by mikey108
Help writing simple code with dollars PLEASE
|
|
[10 replies] Last: Thank you Chrisscpp, it finally works and I understand where I went wr... (by mikey108)
|
by ar2007
big int to string ( system::convert )
|
|
[3 replies] Last: thx for answer mats. to_string does not work with very big numbers. 1... (by ar2007)
|
by deividas717
Why program doesn't read from text file?
|
|
[4 replies] Last: Any solutions? I don't understand why when I'm trying to cout for exam... (by deividas717)
|
by garona
Help with a exercise (with code)
|
|
[7 replies] Last: To do Zhuge's suggestion, all you need to do is something like this: ... (by Mats)
|
by iamtheodork
Enumerations in Array
|
|
[4 replies] Last: Alternatively, if you want to avoid the casts for( int row = RED ;... (by andywestken)
|
by Nerodic
Quick guesseing game
|
|
[2 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> using namesp... (by Uk Marine)
|
by bupeking1
overwriting << operator to read a text file.
|
|
[2 replies] Last: Something like this: char ch ; while( in.get(ch) ) // get the next c... (by JLBorges)
|