by Chrislee123
Whats wrong with this?
|
|
[2 replies] Last: Ty i edited it a bit and added a quesion its "Where do you come fro... (by Chrislee123)
|
initializer's list |
|
[1 reply] : The first directly initializes the object. The second may or may not ... (by Duthomhas)
|
by pepazdepa
unexpected change of variable
|
|
[3 replies] Last: No problems, glad to help. (by Faldrax)
|
by enduser000
Question about constructors
|
|
[4 replies] Last: Thank you all for your time, I will define those in my code from now o... (by enduser000)
|
by ladesidude
gettign hex code of a byte
|
|
[3 replies] Last: @Zaita, once again, thanks....!!!! (by ladesidude)
|
by ladesidude
Comparisons in C++
|
|
[3 replies] Last: No worries :) (by Zaita)
|
by audinue
Polymorphism? (1,2)
|
|
[21 replies] Last: My explanation has answered all of your questions? (by Zaita)
|
by gsingh2011
Making GUIs?
|
|
[9 replies] Last: 1) Yes. But when you interact with any library you are using that libr... (by Zaita)
|
by shehryar
Correct the Mistakes Please
|
|
[1 reply] : You use cin>>myQuiz.userAnswer; but the userAnswer is an array. You ... (by Mitsakos)
|
by pascal11110
Not initialized problem?
|
|
[1 reply] : That means that you didn't assign a value to the variable an tried to ... (by Mitsakos)
|
by pascal11110
I have a problem in this code???
|
|
[1 reply] : I can't compile because the compiler cant finde the stdafx.h But also... (by Mitsakos)
|
by ladesidude
casting char pointer to unsigned int (1,2)
|
|
[24 replies] Last: That'd work fine. (by Zaita)
|
key number 5 and the '_' sign????? |
|
[2 replies] Last: It is not the sign underscore... It is just used when you can't or do... (by Mitsakos)
|
by ladesidude
bit shifting and bitwise operators
|
|
[9 replies] Last: Zaita/Duoas, Thank you very much for the reply. I feel this is a s... (by ladesidude)
|
by Boman
Sorting
|
|
[4 replies] Last: I rewrote it for you so yo can see what was wrong. #include <iostr... (by Mitsakos)
|
by QWERTYman
Can't terminate program correctly
|
|
[2 replies] Last: Your variable individual is of type float, and you are entering a char... (by psault)
|
comments writing in sourcecode |
|
[3 replies] Last: If you use and ide your code will be colorcoded. This will give you a... (by Somelauw)
|
by noBakingSoda
A weird switch issue
|
|
[1 reply] : If profile.GunId is an int use: switch( profile.GunId ){ cas... (by closed account z05DSL3A)
|
by dman
A replace function.
|
|
[4 replies] Last: thanks :) Well, here it is for anyone else who needs a basic replac... (by dman)
|
by joe25
what does getline means?
|
|
[2 replies] Last: See http://www.cplusplus.com/doc/tutorial/basic_io.html for some more ... (by Faldrax)
|