by compnoob
Problem in classes
|
|
[1 reply] : > so everything is working fine, except for the part where i'm trying ... (by ne555)
|
by weissric
C++ Map storing multiple data types
|
|
[4 replies] Last: No, I wanted to prevent dynamic_casts. Casting in general I want to be... (by weissric)
|
by jonbonjovi
Calculate Standard Deviation in C++?
|
|
[4 replies] Last: - read your numbers into an array (A) - calculate the average (B) - it... (by mutexe)
|
by jinoh1030
I need help (exceptions: throw, try, catch)
|
|
[2 replies] Last: You have the right idea with your badHour and badSeconds functions, ho... (by AbstractionAnon)
|
by whiteReve
problem with 'ostream'
|
|
[2 replies] Last: Thank u soo much, it worked. (by whiteReve)
|
by yasintha9
class with header
|
|
[2 replies] Last: //person.cpp lines 15 and 21, remove the semicolon ; at the end of th... (by wildblue)
|
by cathiedeane
If statments
|
|
[1 reply] : For your input, what are you storing it in? The easiest would be if yo... (by TwilightSpectre)
|
clearing cin buffer |
|
[3 replies] Last: Thanks Duoas and ne555, that was helpful. (by funprogrammer)
|
by Stephanie
infinite loop
|
|
[3 replies] Last: Thank you so much Smac89! (by Stephanie)
|
by howellj8
HELP with functions in my program
|
|
[2 replies] Last: Yes that is exactly what I need. Thank you for the input. Its just set... (by howellj8)
|
Converting SYSTEMTIME to time_t? |
|
[10 replies] Last: thanks (by danielmccarthy)
|
by alekscooper
Should I delete every node in the linked list?
|
|
[4 replies] Last: Fair enough. The point is, make sure your code closes cleanly :) (by ResidentBiscuit)
|
by rmxhaha
Recursive to Iterative
|
|
[7 replies] Last: > I cannot use recursive b/c the stack would be to deep and causes SEG... (by ne555)
|
by Ysharma
difficulty with converting numbers
|
|
[7 replies] Last: Modding and dividing by 2 is for converting decimal to binary. It a... (by wildblue)
|
by alekscooper
How to overload the [] operator twice?
|
|
[3 replies] Last: Wow, that's really cool! Thank you, Peter87! It didn't, because I did... (by alekscooper)
|
by jerz4lunch
Undesired output in program
|
|
[no replies]
|
Function works when passed string literal, but not a variable |
|
[3 replies] Last: Thanks Peter87, I changed the const char* s to std::string s, and it... (by FalterrisAunvre)
|
by Tyler151
c++ game programming
|
|
[18 replies] Last: I had to do a couple other things first but that did help Thank you f... (by Tyler151)
|
by q139
How to delay part of code
|
|
[8 replies] Last: You make it sound like learning a GUI library is this big endeavor, u... (by closed account 10X9216C)
|
by zero878
getting the day of the week
|
|
[2 replies] Last: // And this? i'm guessing month in that library is zero-based. I kn... (by mutexe)
|