by homsta
How do you get a certain element like "5" of a list?
|
|
[3 replies] Last: Thanks to both of you! (by homsta)
|
by homsta
Two "seemingly" similar pieces of code and need help
|
|
[2 replies] Last: Thank you that was it. Kinda stumped on my function though. Do you kno... (by homsta)
|
how to determine what type of content does a file contain? |
|
[3 replies] Last: I would just do a search of the string. http://www.cplusplus.com/refe... (by roberts)
|
by coercedman66
I'm having trouble with an ambiguos operator.
|
|
[2 replies] Last: It tried to put 0L but it still does not understand. I even tried (uns... (by coercedman66)
|
by coercedman66
Two class defintions that both reference each other.
|
|
[3 replies] Last: The forward declartion solved my problem. Thank you. (by coercedman66)
|
by axtroz
How to check if a variable is initialized?
|
|
[2 replies] Last: I managed to workaround with a constructor that doesn't require argume... (by axtroz)
|
by skrug80sc
pure virtual enumerations?
|
|
[4 replies] Last: Thanks for the responses. Sorry I wasn't more clear L B, I understand... (by skrug80sc)
|
by pbhuter
getline
|
|
[no replies]
|
by bdp10d
Enter a Year Print out a calendar
|
|
[no replies]
|
by Canvas
SDL wrong draw a image
|
|
[3 replies] Last: That's because it's looking in different directories. When you run ... (by Disch)
|
by absawis
program to add Elements above and below the main diagonal in a matrix
|
|
[3 replies] Last: Thanx danoc 93. appreciate your tym and info with which u provided me... (by absawis)
|
by pbhuter
File names from Input File
|
|
[1 reply] : I'm also using getline() to read from the data files, so I bet it won'... (by pbhuter)
|
by jmrag
Class equality check
|
|
[12 replies] Last: I understand now, Gaminic. Thanks again :) Wazzak (by Wazzak)
|
by ahoysailor
Managed string to hex
|
|
[1 reply] : I think all encoders have the GetBytes() method. Use that. (by webJose)
|
by alexbnc
Return vector of struct from function
|
|
[8 replies] Last: Problem solved. I had to add using namespace std and the #include di... (by alexbnc)
|
by jmrag
Clone a class without copy constructor
|
|
[5 replies] Last: Want a friend? class A { public: friend A Clone(); ... (by Wazzak)
|
by Josh223
Maybe a "noob" question
|
|
[7 replies] Last: Damage = rand() % 9 + 1; If that is in the for loop as well, it'l... (by Gaminic)
|
by pbhuter
Arrays
|
|
[7 replies] Last: hamsterman: I'm going to be going through the data, doing some interp... (by pbhuter)
|
by gomsi
HOW TO OPEN A FILE USING OPEN()
|
|
[2 replies] Last: i want to open a file /dev/sda and show its content using open functio... (by gomsi)
|
by Shefon84
How did YOU learn C++? (1,2)
|
|
[22 replies] Last: I had a class of Java at one point, but the level was pretty low (Thin... (by Gaminic)
|