by Monzaku
A good place to host C++ code and create GUI?
|
|
[1 reply] : There are a couple of different options available when it comes to mak... (by Tom56785)
|
by obeeey
Kruskal's algorithm - cpp graph program
|
|
[3 replies] Last: Hey Duthomhas, you helped me with this... thanks a lot. As you predic... (by obeeey)
|
by wirelesskill
Back engineering simple code with classes
|
|
[8 replies] Last: computer.h #ifndef COMPUTER_H #define COMPUTER_H #include <string> ... (by JLBorges)
|
by mke48
Cannot Declare Abstract Variable errors
|
|
[1 reply] : You cannot define the same class twice. When you implement the member ... (by Peter87)
|
by DDelayed
Application using File I/o
|
|
[1 reply] : I think you can replace all the old cins with inputFile eg inputFile ... (by jonnin)
|
by Duthomhas
Answer
|
|
[1 reply] : looks like another codechef cheater, nothing to see here. (by jonnin)
|
by PhilTilson
Chars, Strings and Pointers (1,2)
|
|
[20 replies] Last: Whoa! Let's dial it back, guys! I'm far too long in the tooth to get... (by PhilTilson)
|
by Alb13G
Clarification Needed on teachers statement
|
|
[3 replies] Last: Thanks for the help Andy and Grimes (by Alb13G)
|
by advancedip
preference question
|
|
[5 replies] Last: "Precedence" is only about the placement of invisible parentheses. I.e... (by dutch)
|
by Horror
Homework Issues
|
|
[5 replies] Last: Hello Horror, You define your arrays with a size of 50. Why all the w... (by Handy Andy)
|
by rarian10
What topics does this cover in ?
|
|
[2 replies] Last: thank you for the links :D and also the solution (by rarian10)
|
Unused parameter Warning in Polymorphism |
|
[8 replies] Last: Thank you. That's exactly what I needed. (by darkknight914)
|
by dbarclay100
Nested for loop. Help Please!!!
|
|
[1 reply] : dbarclay100, instead of double posting http://www.cplusplus.com/forum/... (by Enoizat)
|
by calioranged
Smart Pointer Inside a Class/Struct
|
|
[13 replies] Last: Thank you, Cubbi! I wouldn't have found those information. (by Enoizat)
|
by actyon20
C++ Draw Card function
|
|
[9 replies] Last: Heh, modern C++, if written correctly , looks strange because it is c... (by Duthomhas)
|
by ThisIsRav
I need help
|
|
[5 replies] Last: c++ is a high performance general purpose language. It can do most th... (by jonnin)
|
by Summerd
How to Access Data in a Set of Vectors?
|
|
[2 replies] Last: #include <iostream> #include <algorithm> #include <vector> #include <... (by closed account z05DSL3A)
|
by rozick1
is std::map appropriate here?
|
|
[5 replies] Last: If the map makes the user’s life harder, then don’t use it. Howev... (by Duthomhas)
|
by Alb13G
Problem with 'while' validation Y or N statement
|
|
[2 replies] Last: Thanks Ganado I understand why Thanks again (by Alb13G)
|
by tsofb
Loop within a loop
|
|
[3 replies] Last: #include <iostream> using namespace std; int main() { for (int c... (by Manga)
|