Class c++ |
|
[1 reply] : One of the rules is don't post homework. If you have a specific questi... (by vasilenko93)
|
by prestokeys
Is this a bug with GCC?
|
|
[7 replies] Last: > Yes, mea culpa. std::ifstream is not no-throw-move-constructible. ... (by prestokeys)
|
by Stauricus
help with i/o binary
|
|
[18 replies] Last: oh, i see. so, any hint on how to safely store floats across different... (by Stauricus)
|
by guskenny83
linker problem
|
|
[1 reply] : Hi there, Is the (template) definition of operator>> in the header fi... (by closed account o3hC5Di1)
|
by Sandz
Help needed
|
|
[1 reply] : Hi there, Please don't ask us to correct our homework, that could be ... (by closed account o3hC5Di1)
|
by ldelsignore
Invalid Operands to Binary Expression
|
|
[1 reply] : Hi there, Try using double quotes around your day names: day=="Su"... (by closed account o3hC5Di1)
|
switch case error |
|
[2 replies] Last: Ohhhhh very damn stupid of me !!!!!! :( @Mobotus thanks for pinting it... (by closed account 4jzvC542)
|
by Sharan123
delete error
|
|
[18 replies] Last: like now value is deleted why does it show adress shouldnt show junk ... (by Disch)
|
by tce19
Loops and Iteration Structure
|
|
[1 reply] : Here is the answer, though giving you the solution won't help you pass... (by Stewbond)
|
by JohnMyer87
Sum up and Average
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> using namespa... (by Chriscpp)
|
by Sharan123
preprocessor
|
|
[3 replies] Last: in all three .cpp files that needed the header files functions prototy... (by Sharan123)
|
by Mayah
Collect and output statistics using constructs
|
|
[2 replies] Last: Hi rodiongork, Thanks so much for the reply! I'm a little confused as... (by Mayah)
|
by dayanand
Modified MAZE problem
|
|
[1 reply] : hi (by dayanand)
|
by FunkyOne
Not sure where to initialize
|
|
[2 replies] Last: At the start: int min; // Set to BIGGEST possible value. ... (by Chervil)
|
by sea711
Segmentation fault (core dumped)
|
|
[9 replies] Last: What everyone is saying is that you have declared variables but not gi... (by Manga)
|
by Xyexs
Code clean up in visual studio?
|
|
[3 replies] Last: I have Eclipse Kepler running on Linux, which does C++. HTH (by TheIdeasMan)
|
I'm going to start to learn C++ |
|
[4 replies] Last: Thank you all for your replies. I look forward in learning C++. (by jibberjabber82)
|
by xplainet
array size = declared int variable?
|
|
[3 replies] Last: you gotta create a new array and copy the old one into new one. someth... (by threeright)
|
by halamaker
Appending pointers and arrays
|
|
[3 replies] Last: char* stringCat1 (char *str1, char *str2) { int strLen1; ... (by threeright)
|
by sarra16
new int question
|
|
[4 replies] Last: thanks a lot. (by sarra16)
|