by tyrandee
Problem with temperature calculator
|
|
[1 reply] : You might be able to get away with making all your variables float . ... (by yulingo)
|
About "C++ in 21 day" |
|
[15 replies] Last: It is a subjective issue and just a matter of opinion at the end of th... (by RabMac)
|
by prettyknitty
Number array cells
|
|
[1 reply] : NumberArray::int getCell(int i) { return arrayPointer ; } It ... (by yulingo)
|
by sassazinho
I can not fix the error, and not back to the main menu and or alter someone help me fix the code please?
|
|
[2 replies] Last: Your code is poor-like :( I've fixed (almost everything) it. You can... (by iQChange)
|
Variable seems to crash program after is has been passed. |
|
[2 replies] Last: In CreateGreetingCard rows is undefined. Also inVal is not used (by ats15)
|
by Igranto
How should i go about writing this task?
|
|
[1 reply] : So obviously you need to calculate b before line 15. For each structur... (by ats15)
|
by mathieu296
How do we remove a file
|
|
[4 replies] Last: Thanks man it successful didn't know string add that function (by mathieu296)
|
by h4ever
include & precompiled headers
|
|
[12 replies] Last: I still have problems with it. I have already compiled it successfully... (by h4ever)
|
by vagabond11
TTT
|
|
[8 replies] Last: http://en.wikipedia.org/wiki/Modulo_operator (by ne555)
|
by fahmankhan75
How to approach this problem?
|
|
[12 replies] Last: Anyone willing to help? (by fahmankhan75)
|
by layanM
help plzzz :"( !!!!
|
|
[3 replies] Last: Your isNarcissistic() function never uses the value which is passed ... (by yulingo)
|
by alexBrakeman
Help with understanding UML and function
|
|
[4 replies] Last: Line 94: You're supposed to be adding the question to the internal arr... (by yulingo)
|
by Mago Marco
Multiplication (pitagoric) table help
|
|
[1 reply] : I'm trying to do a c++ program First, printf is traditionally C... (by keskiverto)
|
by bwilfong3
Extracting specific information
|
|
[1 reply] : I want to extract the first 20 characters into the string Read about... (by keskiverto)
|
by NickRey
problem and needs a hand
|
|
[2 replies] Last: I notice you don't have () after winLog. (by crimsonzero2)
|
variable has incomplete type "void" |
|
[1 reply] : You have a function declaration inside of another function, which is i... (by haveanicedays)
|
by olezek
What's wrong
|
|
[5 replies] Last: here is my working single player, could you just add to it second play... (by olezek)
|
by Tiger58
Need to change the value of one of two vector pointers that point to the same object, but keep the same object?
|
|
[10 replies] Last: Is that a pre-defined function or is there any more to it? No. Clone... (by keskiverto)
|
by eman2013
Accessing a function in "private:"
|
|
[12 replies] Last: I have to think it's a 8x8 board? In this case: void Board::displa... (by S G H)
|
by sinash
a challenge for me and maybe you Variance!!!
|
|
[2 replies] Last: move this line ava =sum/n; out of the inner j loop (by coder777)
|