by h4ever
unsolved externals
|
|
[3 replies] Last: thanks (by h4ever)
|
by hilft
Classes question
|
|
[4 replies] Last: Your misunderstanding is here: A a; /// this line refers to ... (by dhayden)
|
by KamKan
Struct Problem CODE! :)
|
|
[5 replies] Last: What is the purpose of this? void newline(){ char s; do{ cin.get(... (by JockX)
|
by Kevin2341
Reading files with code in Dev-C++
|
|
[1 reply] : The Orwell Dev C++ is reasonably ok, it includes the MinGW32 4.7.2 com... (by Chervil)
|
by maceasa
vector push back issue
|
|
[2 replies] Last: Or is it just as simple as for (int i = 0; i < myVector.size(); ++i) ... (by long double main)
|
by Quantum
Compile Crash with Unknown Cause
|
|
[4 replies] Last: Thanks, searching on usleep I found in the man page I needed to add #... (by Quantum)
|
by fahmankhan75
Cstring Uppercase method?
|
|
[16 replies] Last: In this loop here: for (int index=0; char ch=cstring ; index++)... (by Chervil)
|
by nab1000
Add 0 to numbers less than 10
|
|
[1 reply] : Use setw() and setfill() http://www.cplusplus.com/reference/iomanip/s... (by Chervil)
|
by Zach7420
Why will this not run?
|
|
[7 replies] Last: Well, the error message is pretty self-explanatory. Your compiler is ... (by MikeyBoy)
|
by crj1
Palindrome Sentences
|
|
[no replies]
|
by careyhrdngg
Modular Inverse
|
|
[2 replies] Last: Thank's a bunch! (by careyhrdngg)
|
by krutuk
Problem with ostream
|
|
[1 reply] : Is the stream oStr open? (by Chervil)
|
Creating a Class |
|
[7 replies] Last: What's going on your default constructor? Car::Car() { int newY... (by MikeyBoy)
|
by sunni
Problem with my calculator.
|
|
[12 replies] Last: Sadly, my class was never given a textbook. u_u But....GOOGLE!!!! W... (by MikeyBoy)
|
by bowleruu16
need help writing the code to my array
|
|
[1 reply] : Well, what you have so far looks ok. Which part do you need help with? (by Chervil)
|
by hmdrdi
expected unqualified id before '{' token
|
|
[8 replies] Last: thanks a ton man. After reading your reply i just removed last extra e... (by hmdrdi)
|
by dmpaul26
Function using object from base class or derived class
|
|
[no replies]
|
by tuler
Changing Parents variable in inherited class construktor
|
|
[no replies]
|
by Ionos
Path of output file
|
|
[3 replies] Last: Well, I'm not sure whether there's a standard way to do this. Here's a... (by Chervil)
|
by shiny21
Else error
|
|
[1 reply] : if (awnser == 2); this line should not end in a semicolon. The ... (by Chervil)
|