| Probably a stupid mistake but I can't find it |
|
|
|
[2 replies] Last: As it turns out there's more than 1 stupid mistake. brake(). Thanks ... (by michael370662)
|
|
by newbie17
file handling
|
|
|
|
[7 replies] Last: hey it is doing well #include<iostream> #include<fstream> using name... (by newbie17)
|
|
by sisedi92
Need help with a menu program
|
|
|
|
[7 replies] Last: Hi there, You will need to close the ifstream where the file is open ... (by NwN)
|
|
by snaxpax
How to setup a keyhook
|
|
|
|
[1 reply] : Hi there, main() is automatically called as a starting point for your... (by NwN)
|
|
by chief
question about classes
|
|
|
|
[11 replies] Last: Hi there, Seems like you're getting on pretty well here, good on you.... (by NwN)
|
|
by PadreDoom
Struggling with inheritance
|
|
|
|
[5 replies] Last: Thanks for your help everyone. I figured out the issue: I didn't have ... (by PadreDoom)
|
|
by fidelers23
Array problem. HELP PLEASE
|
|
|
|
[5 replies] Last: Hi there, As previously mentioned, it's best to use codetags when pos... (by NwN)
|
|
by steev
why .... :(
|
|
|
|
[2 replies] Last: Hi there, For a more in detail explanation of what Mr. Vaghani explai... (by NwN)
|
|
by Ernest
While loop
|
|
|
|
[4 replies] Last: You cannot do this!! if (number > 2147483647) Because any number b... (by ToniAz)
|
|
by Zu007
two string addition by function overload
|
|
|
|
[2 replies] Last: If you're not referring to the string class in C++, but character stri... (by ToniAz)
|
|
by daniya
need c++ text book.
|
|
|
|
[3 replies] Last: I'm a beginner as well. Here are my favorites: Starting Out With C++ ... (by ocasio101)
|
|
by peak144
Looping issue
|
|
|
|
[2 replies] Last: While(something is true){many lines of code}, for(something initializ... (by Onigato)
|
|
by treyriggins
RC Filter Please Help!!!
|
|
|
|
[2 replies] Last: I have resistor defined in my Resistor.h file. //Resistor.h //Progra... (by treyriggins)
|
|
by LaC0saNostra
Regular Sort of my Netpay
|
|
|
|
[6 replies] Last: Figured it all out guys here's the finished product: #include <iostr... (by LaC0saNostra)
|
|
by ryanvkeller
Really simple code is getting a wierd error
|
|
|
|
[2 replies] Last: I figured it out! I apparently had accidentally enabled a breakpoint t... (by ryanvkeller)
|
|
by Doth
Nested class question
|
|
|
|
[1 reply] : This works even if Item is private: class Player { private: class Ite... (by Peter87)
|
|
by Glen Jenness
inheritance question
|
|
|
|
[3 replies] Last: Ah, thanks for the changes naraku! That did the trick and it compiled... (by Glen Jenness)
|
|
by i2Fluffy
Declaring String Array
|
|
|
|
[4 replies] Last: thank you guys, i figured it out (by i2Fluffy)
|
|
by Aikawa
How to do it this function question?
|
|
|
|
[2 replies] Last: Maybe easier to think about it like this: x = 2, n = 4 (2 1 * 4) + ... (by LowestOne)
|
|
by Aikawa
I'm stuck at array's question
|
|
|
|
[1 reply] : Hi there, [quote=Forum Rules]Don't post homework questions Programmer... (by NwN)
|