by mt0527
Reading .txt file into array. Bowling Game!
|
|
[3 replies] Last: What you could do is take out the cout statement in the for loop so th... (by Longazan)
|
by mike12255
Issue passing array to function
|
|
[1 reply] : scores.size() is not a valid expression. If scores were a vector it m... (by Moeljbcp)
|
by princesslumy
CREATE A FUNCTION
|
|
[5 replies] Last: Thanks but how can we make the whole program run? do u mind writting d... (by princesslumy)
|
return not working properly? |
|
[2 replies] Last: Yup, I want it to truncate, thanks though it works now! (by rockclimber9up)
|
by guiyii
problem about void function
|
|
[2 replies] Last: Thanks very much, I've stuck on this for a long time. (by guiyii)
|
by Feyy
Abstract Classes
|
|
[3 replies] Last: But you end with the same number of arguments. The setters approach wo... (by ne555)
|
by Raezzor
Compiler error in dynamic array of structures declaration
|
|
[8 replies] Last: Ahh good catch. Ya, I meant to use the first. While a small program so... (by Raezzor)
|
write two integers adjacently |
|
[1 reply] : either use a string or if you just want the displayed you could just w... (by codeman)
|
by smrt
Bad ptr error and dynamic memory allocation.
|
|
[no replies]
|
by msdagiya
Graphics in C++
|
|
[no replies]
|
How can I define what I want to read from the file? |
|
[1 reply] : What is ctr? And won't 1!=2 always be true? Also, cin is itself a str... (by dawtsf1187)
|
by GamerDJX
Storing Fractions in an Array
|
|
[no replies]
|
by jim hurley
Character Pointer
|
|
[2 replies] Last: I received the error "StringFromInt" is undefined; I haven't worked wi... (by jim hurley)
|
by DanF22
functions
|
|
[1 reply] : In user define functions there must be a returning value if return dat... (by shahbazsaleem)
|
by jlmckelvey91
palindrome function won't run properly
|
|
[6 replies] Last: that was why I was trying to use double instead of integer, so that w... (by jlmckelvey91)
|
by shibby4555
No match for operator in 'std::cin <<input1' Won't compile.
|
|
[3 replies] Last: Still having issues with /shift2/Debug/../shift_2.cpp:26: undefined ... (by guestgulkan)
|
by Jonah1991
Intro/ Program freezes during function call
|
|
[3 replies] Last: Next time this happens, run your code using a debugger and interrupt i... (by Moschops)
|
by zeta4321
Code Validation Problems
|
|
[12 replies] Last: Awesome! The code works beautifully! Thanks again! (by zeta4321)
|
by devonrevenge
what does 'undefined reference to class::class(int)' mean (where class is the class name))'
|
|
[1 reply] : It means that class 'class' has no the definition of the constructor c... (by vlad from moscow)
|
by BloodMoney
Help on program regarding uppercase/lowercase
|
|
[1 reply] : Note: I realize I included <string> in my program. I don't think I nee... (by BloodMoney)
|