help with static members of a class |
|
[3 replies] Last: Well initializing a variable outside of a class doesn't necessarily me... (by giblit)
|
by Gyzmo
Removing a carrage return from a string of data
|
|
[1 reply] : What's a "command option"? The preferred answer depends heavily on whe... (by Computergeek01)
|
by passw0rd
new question about sort
|
|
[4 replies] Last: i know, it is the sign... damn it (by passw0rd)
|
issue with "this" pointer |
|
[5 replies] Last: Oh... I see now. Sorry, I think I programmed a setArea function instea... (by heyyouyesyouiloveyou)
|
by Nielyboyken
Display English words (CurlPP)
|
|
[12 replies] Last: I've been as precise as I can without figuring out how to do it myself... (by Lowest0ne)
|
by h4ever
Undefined reference
|
|
[14 replies] Last: > ¿why would it add an underscore? Don't ask me; ask the people who ... (by JLBorges)
|
by moufou
problem with "while" and cin.get
|
|
[2 replies] Last: thanks for the reply! yes exacly i was trying to compare what i enter ... (by moufou)
|
Losing elements when pushing to stack |
|
[6 replies] Last: Alright I'll check into the link, but I am little confused of how to i... (by kamikaze pgmr88)
|
by passw0rd
question
|
|
[15 replies] Last: You already have n and k as parameters, so they should not be masked. ... (by keskiverto)
|
by painith
Help with average function.
|
|
[2 replies] Last: Thank you so much! This really helped and I learned what I was doing w... (by painith)
|
by h4ever
Lambda - boost on Windows
|
|
[1 reply] : The program is waiting for user input. If input you 4 then hit enter, ... (by helios)
|
by Victor89
Print out digits of a number
|
|
[1 reply] : They are printed in reverse because you print the least significant di... (by dhayden)
|
by TadyZ
Stroustrup, std_lib_facilities.h and load of error
|
|
[1 reply] : See this thread for a solution: http://www.cplusplus.com/forum/beginne... (by admkrk)
|
by hungrymouth
Overloading '+'
|
|
[1 reply] : To overload an operator, at least one of the types that participates i... (by LB)
|
by hungrymouth
problem with Overloading
|
|
[3 replies] Last: Would this code be correct #include <iostream> #include <iomanip> ... (by hungrymouth)
|
by XDimension
Reference to array pointer issue
|
|
[1 reply] : You're storing a reference to a pointer which isn't sticking around. ... (by cire)
|
by trevormoon
pointer won't hold a value
|
|
[6 replies] Last: Undefined reference means your are referencing something that has been... (by Lowest0ne)
|
by raminlich
problem with geting difftime
|
|
[2 replies] Last: It looks to me like you are calling mktime incorrectly. Try correcting... (by kevinkjt2000)
|
by riseandtrade
What are the best programs to make c++ GUI
|
|
[4 replies] Last: @LB the actual form. I already have QT so im gonna try wxwidget. I wa... (by riseandtrade)
|
by hellworld136
Hard Matrix question
|
|
[5 replies] Last: dest has only one element, from initialiation. Aceix. (by Aceix)
|