by Ganado
Will compiler ignore the return statement?
|
|
[15 replies] Last: ..... has been optimised to a single statement: return 25000; All ... (by TheIdeasMan)
|
by jakvrh1
Class questions
|
|
[1 reply] : For primitive types yes. For more complex types second version is equi... (by MiiNiPaa)
|
by mexi
Matrix class and operator+ function
|
|
[2 replies] Last: Line 17 The + operator doesn't need friend. http://www.cplusplus.com... (by mobotus)
|
by Atton
MathPad
|
|
[6 replies] Last: Thanks I might have hit the heart of the problem. (by Atton)
|
OStream Operator overloading |
|
[2 replies] Last: I see.. Thanks.. I got it now (by procastination)
|
by traxmorth
What is left and right operand?
|
|
[1 reply] : X + Y Here X is the left operand of operator+ (as it is on the left ... (by MiiNiPaa)
|
by mexi
Overfloading operator* for matrix_vector multiplication
|
|
[5 replies] Last: Thank @ShodanDo, @Ispil very much. I repaired my program and it runned... (by mexi)
|
by xxgixxx
Play my game !
|
|
[6 replies] Last: in my Orwell Dev C++ (TDM GCC 4.8.1, ISO C++11) there is no single wa... (by MiiNiPaa)
|
by Musi
Initialize const global variable.
|
|
[4 replies] Last: Thanks a bunch JLBorges, I actually just found out whats causing the p... (by Musi)
|
enum class inside a class? |
|
[1 reply] : YES (by shadowCODE)
|
by samintheoc
using letters inside while() and If() conditions
|
|
[3 replies] Last: change prompt from std::string to char . Also in line 46, y i... (by shadowCODE)
|
by xxgixxx
why to use pointers instead of this?and it has the same result?
|
|
[5 replies] Last: ... (by MiiNiPaa)
|
by keyko18
Need help with class
|
|
[5 replies] Last: returnName is a datatype just like int or bool or string Would line 34... (by soranz)
|
Making a schedule using classes |
|
[3 replies] Last: Line 11 declares an array of 7elements (by 24) Then Line 19 attempts t... (by soranz)
|
by skimmer001
Outputting a 2 digit number with a space in between using an array
|
|
[8 replies] Last: Excellent! Cheers :) (by closed account 48T7M4Gy)
|
by roark burney
Sorting loop won't execute
|
|
[4 replies] Last: Ok, so why are you still using constructs like this: [code firstline... (by TheIdeasMan)
|
by izwotwho
Xcode Errors for C++
|
|
[1 reply] : Your problem is that you are not clear of how to create a function. Yo... (by liuyang)
|
by sarangheh510
Solutions
|
|
[2 replies] Last: I did, but some of it doesn't make sense to me. I would appreciate if ... (by sarangheh510)
|
by machinafour
Detecting EOF when reading and writing
|
|
[5 replies] Last: Since this is a C++ forum, I'm going to give you a C++ answer: http:/... (by IWishIKnew)
|
by gmac
Write a program to generate the entire calendar for one year. The program must get two values from the user
|
|
[14 replies] Last: That is convoluted... Yall are dancing around the meat of the issue b... (by IWishIKnew)
|