by progleo
Code::Blocks 13.12 problem
|
|
[1 reply] : Line 11: // return file return file ; // *** add missing semicolon ... (by JLBorges)
|
by JimParon
Best file and record structure for a file
|
|
[10 replies] Last: I think almost all code is written with the help of some sort of IDE t... (by dhayden)
|
by Kalist
Typedef function pointer?
|
|
[7 replies] Last: > Is there a way to avoid declaring that silly typedef? >> I don't nee... (by JLBorges)
|
by kirubasankar
computing should continue until summation of individual digits of a number less than 10.
|
|
[3 replies] Last: No i want to add individual digits only. THis will be individual dig... (by MiiNiPaa)
|
by jhykima
Finding the Height of the Node
|
|
[3 replies] Last: It is helpful to look into common and terminal cases: common case: hei... (by MiiNiPaa)
|
by plususerz
Why don't "a" and "b" have equal values of 20?
|
|
[3 replies] Last: Because if you go step by step through your code there is no reason fo... (by shadowmouse)
|
by Georgge
Simple problem.
|
|
[9 replies] Last: Thank you. Finally fixed it. I kind of forget to write "==" in if stat... (by Georgge)
|
returning multiple boolean functions |
|
[3 replies] Last: thanks for help guys , i understand now (by closed account E3h7X9L8)
|
by jaja
Financial Application (Comparing loans with various interest rates)
|
|
[2 replies] Last: Made some changes so at least you don't have infinite loops running. ... (by CodeWriter)
|
by FireCoder
MVSE13 Problem!
|
|
[2 replies] Last: or just use control-f5 start your project. (by Bdanielz)
|
by Yulia
Cant seem to understand declarations in header
|
|
[1 reply] : It appears to be an (implicitly) inline member function. 2) A funct... (by JLBorges)
|
Beginner programmer |
|
[4 replies] Last: Anytime... (by TheSLY)
|
by Amiplus
Count the number of class
|
|
[8 replies] Last: Thank to all. Very interesting. I will study carefully (by Amiplus)
|
by dane37
Allocating too frequently? C string needed?
|
|
[4 replies] Last: Thanks to all three of you. I'm glad I asked. I learned much from yo... (by dane37)
|
by abdalimran
After defining friend function, can't access the private variable of a class
|
|
[3 replies] Last: I can access to Person class data using operator<< You do not access... (by MiiNiPaa)
|
by FireCoder
Double Vs. Float
|
|
[1 reply] : http://www.learncpp.com/cpp-tutorial/25-floating-point-numbers/ (by AbstractionAnon)
|
by CodeWriter
char vs. string
|
|
[2 replies] Last: @mutexe, Thank you that fixed it. A bad habit due to BASIC giving an ... (by CodeWriter)
|
by Blackhart98
How would I be able to put these together?
|
|
[6 replies] Last: Thanks @MiiiNiPaa that is exactly what I was looking for. (by Blackhart98)
|
by Winsu
Pointers
|
|
[6 replies] Last: Ok, I'll have a good look, thanks!! (by Winsu)
|
by PSYCHAMERON
How are objects initialized when they are used to initialize a STL container?
|
|
[5 replies] Last: Thanks a lot... (by PSYCHAMERON)
|