by volsion
From advanced php to c++
|
|
[1 reply] : I actually started with C++ and then tried to learn Java - the biggest... (by LB)
|
Tokens (get_token error) |
|
[1 reply] : At line 17, the function is declared, but is never defined anywhere (t... (by closed account 3hM2Nwbp)
|
Reading individual words from text file |
|
[19 replies] Last: I suppose I'm still learning the use of iterators, as vectors are fair... (by CplusplusAcolyte)
|
by hgranger
Question about input and output
|
|
[2 replies] Last: The problem says that I cannot store the input file or output file in... (by yulingo)
|
by naveen19
Reading 2nd line and selecting particular letters(txt file)!!
|
|
[6 replies] Last: I'm glad I was helpful! Please mark this as solved so that it might h... (by kooth)
|
by MarkMMA1
Small question :)
|
|
[2 replies] Last: Hmm, interesting. If you know how to grab the input from the text box ... (by MaxterTheTurtle)
|
by bpedigo
scope errors
|
|
[4 replies] Last: You could always self debug by adding print outs. First thing i'd do ... (by closed account j3Rz8vqX)
|
by iluv41
My program seems correct, but is miscalculating simple arithmetic by exactly 1
|
|
[1 reply] : On line 57 you mention exam1score twice. (by Peter87)
|
insert character into char array (without using pointer) |
|
[4 replies] Last: @long double main Thank you soooo much :) (by closed account EwCiz8AR)
|
by TenToesUp
Errors in Resistor Code
|
|
[2 replies] Last: I cut and pasted the program back in and now I am getting undeclared i... (by TenToesUp)
|
by ALEXCX2PLUS
BMI program
|
|
[12 replies] Last: any function you want to use in that same class has to be *called* wi... (by coder777)
|
by patkipramod
Compilation errors in program where objects are used as function arguments
|
|
[7 replies] Last: When I said "using namespaces", I meant in the normal English meaning ... (by MikeyBoy)
|
by bgdanghe
Deleting characters from a string so it stays the largest string possible
|
|
[2 replies] Last: Thanks, it's definitely easier to get the way you put it. I have to le... (by bgdanghe)
|
by lolikilu14
Problem after running the program
|
|
[5 replies] Last: Actually ne555 is right, haha. But if it worked for you, I'm glad. M... (by closed account j3Rz8vqX)
|
by NickInUT
Need some help implementing an array and using it in a function
|
|
[1 reply] : Next time embedded your source code in the source code bracket. Other... (by closed account j3Rz8vqX)
|
by mojocyber
hamurabi Loop
|
|
[3 replies] Last: Change your while() condition to while (year <=9 && population > 0) {}... (by closed account NyqLy60M)
|
by mheaney
reading value from a file, altering value and updating file
|
|
[1 reply] : Put curly braces around lines 5-7 so the file doesn't stay open the wh... (by LB)
|
Bool |
|
[9 replies] Last: This thread was split: http://www.cplusplus.com/forum/beginner/121593/ (by LB)
|
by jeaninem71
Sqrt(n), give the best, average, worst case runtimes, then big-O runtime
|
|
[2 replies] Last: Simple explanation of Big-O, plus links to understand better http://ww... (by Duthomhas)
|
by jwilt
need help extending length of numbers
|
|
[1 reply] : See fixed http://www.cplusplus.com/reference/ios/ And see setpreci... (by Duthomhas)
|