by tnt980
help with log project
|
|
[no replies]
|
by Outlaw782
Trying to use PuTTY to write to a file (lang is C++)
|
|
[2 replies] Last: Oh it's in there I'm just it just didn't copy and paste for some reaso... (by Outlaw782)
|
by BEARS
Errors in program
|
|
[5 replies] Last: Cool. Thanks (by BEARS)
|
by bcooper79
Coding Help
|
|
[1 reply] : You can use: cout << "Hello, would you like to play a game?" << end... (by DyslexicChciken)
|
by kefzz
Program crashes
|
|
[3 replies] Last: Thans MiiNiPaa, it was indeed the pointer out of range. Seems I mixed ... (by kefzz)
|
by brad97
Please Help Fix My Program
|
|
[1 reply] : Hmmm, remove last } and try. (by MarekG)
|
by brad97
Help Fixing Program
|
|
[4 replies] Last: okay, lets fix your code... #include <iostream> using namespace std... (by pearlyman)
|
by cpluswut
Program Help PLease!
|
|
[2 replies] Last: Or if (a > 0 && a < 10) It`s the same, only '&&' instead of 'and'... (by MarekG)
|
by haz94
Snake C++
|
|
[4 replies] Last: so I have to get the input from the class and then input into a functi... (by haz94)
|
by keanedawg
Why are Go-to statements not allowed? Does a go-to statement function similarly to a break or continue?
|
|
[1 reply] : goto statements creates Spaghetti code. Which is just code that is har... (by Yanson)
|
by ruroni24
Kept on getting the result "0.0%" as my total
|
|
[1 reply] : percentage = numCorrect / numQuestions; You're doing integer divis... (by AbstractionAnon)
|
by b4r0ck
No Viable Overloaded "="
|
|
[3 replies] Last: Thank you! (by b4r0ck)
|
by Rayne54
Making a Bill
|
|
[1 reply] : You can't cin to an expression: cin >> ((hourlyRate * minutesInstru... (by AbstractionAnon)
|
by ndfan2015
Help With This Problem of Code
|
|
[4 replies] Last: Ah ok thank you. Something simple. I'll get this down eventually. Stil... (by ndfan2015)
|
by saherch
Members of constant object of a class
|
|
[2 replies] Last: O.K. Thanks for sharing the links. (by saherch)
|
by BEARS
What's does peek do???
|
|
[1 reply] : Have you tried just looking up the method? http://www.cplusplus.com/re... (by Zhuge)
|
by b4r0ck
get an Error Message and there's no reason
|
|
[1 reply] : You did not provide mailmsg.h or mailbox.h so I don't know what those ... (by AbstractionAnon)
|
by tnt980
Help With Log
|
|
[1 reply] : This is not a homework site. We won't do your homework for you. Howeve... (by AbstractionAnon)
|
by BEARS
Logical error
|
|
[1 reply] : Try: double x = 4/3.0; you have integer division issues (google i... (by mutexe)
|
by Powdertrail
Telling a function how many parameters it receives
|
|
[2 replies] Last: What you need to do is change the second argument to an optional funct... (by AbstractionAnon)
|