by adeab
Reading a file and manipulate in various ways
|
|
[1 reply] : I have an assignment due tonight. i don't have any idea how to solve ... (by cire)
|
Calculating average problem |
|
[2 replies] Last: Ooh, such simple answer. Why i didn't think of that? Haha Thank you v... (by TedTheTeddyBear)
|
by vin
templates - don't know how to fix these errors
|
|
[3 replies] Last: Do you mean put class MQWidgetEventClosureBase in separate header and... (by coder777)
|
by Dantheshadow
Basic encryption help
|
|
[6 replies] Last: while (phrase == library ) { isn't what you think. You're using str... (by Sausage)
|
by Nezar
"make" error
|
|
[2 replies] Last: you are compiling c sources, ¿why are you trying to define a c++ stan... (by ne555)
|
by mehak
gets()
|
|
[3 replies] Last: See http://c-faq.com/stdio/scanfinterlace.html (by JLBorges)
|
by Ganado
Best way to pass consts info to properties in class
|
|
[3 replies] Last: @Need4Sleep Wow, that looks nice. It seems so simple but I never thoug... (by Ganado)
|
by tem14b
Errors with Xcode- help!
|
|
[3 replies] Last: Ignore him. If you are going to test to see if paycode is 'Q', you sho... (by BHX)
|
by Winter
My while loop doesn't stop, why?
|
|
[2 replies] Last: Oh, rebuilding it worked. (by Winter)
|
by CDavis
Pass by Reference problem
|
|
[6 replies] Last: @CDavis If this is a C++ file, I was wondering, do you have to use the... (by BHX)
|
by LendraDwi
Declare an array inside if statement
|
|
[12 replies] Last: You would be short 1 character; 0-8, rather than 0-9. And your point... (by jlb)
|
by adam0421
Limiting user inputs for entering minutes in a billing type format
|
|
[6 replies] Last: You would assign this value (multiplied by 100) to an int that would g... (by jlb)
|
by Ortndal
Visual Studio 2013 "no include path set"
|
|
[1 reply] : One must execute "vcvars32.bat" from the .\bin directory. Info provid... (by Ortndal)
|
by Niely
socket.h library not found
|
|
[4 replies] Last: Okay, I'll do that one then! ;) Thanks for all your help and extremely... (by Niely)
|
by q139
Filtering characters out of string
|
|
[1 reply] : First of all, this is not C++. This is C++/CLI, Microsoft language wit... (by MiiNiPaa)
|
by Mstoltz17
Error
|
|
[5 replies] Last: Line 22 is wrong. You are adding when you mean to multiply. Regarding... (by dhayden)
|
by TheFunk
Help Understanding Headers
|
|
[4 replies] Last: I think I get it now. Thanks people! (by TheFunk)
|
by prvn20
Guessing Game
|
|
[10 replies] Last: no problem ganado ;) (by Little Bobby Tables)
|
by TheToaster
Undefined Reference to 'Function'
|
|
[8 replies] Last: Do I have to do this every time i want to create another cpp file Y... (by jlb)
|
by gauravdua
Error - "Lvalue required"
|
|
[10 replies] Last: It will be difficult to learn C++ using such an outdated compiler. So... (by Chervil)
|