by sedavidw
Template Class Question
|
|
[3 replies] Last: So it should be typedef typename map<unsigned, T*>::iterator myIterat... (by ne555)
|
How do I make a text based game? |
|
[3 replies] Last: [quote=dallyO]every way I try, the first question would work fine, but... (by closed account zb0S216C)
|
by david112
Design Patterns and Decorator : Pizza store
|
|
[8 replies] Last: I agree wtih kev82. A simple template could be: template<const char... (by webJose)
|
How "break" works |
|
[6 replies] Last: The declaration of i isn't quite right in that example. (by kbw)
|
by webJose
Yet another enum question
|
|
[4 replies] Last: I see. Well, I'll post @ the MSDN forums to see if I get another ligh... (by webJose)
|
by icedabz
How to display all marks and there occurances
|
|
[1 reply] : As far as my undertanding of the question...you can easily implement i... (by Adee)
|
by jmlpor98
A constant If statement
|
|
[4 replies] Last: An expression within a if statement cannot change, only the result. ... (by closed account zb0S216C)
|
by Nekoyasha
Add values to an Array with a for loop?
|
|
[4 replies] Last: That worked perfectly, thanks very much! (by Nekoyasha)
|
by faustovski
conversion of double to complex<double>
|
|
[1 reply] : std::complex doesn't define any such constructors, so no. The best you... (by helios)
|
by bacpp
exporting variable to child instance of make
|
|
[3 replies] Last: thanks...I just figured out I was making a dumb error, I should keep t... (by bacpp)
|
by jmlpor98
String and loop problem
|
|
[2 replies] Last: As a general rule, if you find yourself copy/pasting things, you are p... (by Disch)
|
by john andre
File Opening From Filepath
|
|
[1 reply] : fstreams need a const char* (for some reason...I don't know why honest... (by firedraco)
|
by Mat001
to print a single column as multiple columns
|
|
[4 replies] Last: cheers guys, hamsterman was the closest. A neat solution :) ** data ... (by Mat001)
|
by coffee
Invalid input causes undesired loop
|
|
[3 replies] Last: Thank you for the help. I am trying to shy away from using other's wor... (by coffee)
|
by ramako
EOF with getline?
|
|
[9 replies] Last: Seems it will be useful, I'll try it out tomorrow since I must go to s... (by ramako)
|
by statesman
Capital Letter Function
|
|
[5 replies] Last: Thanks for the reply. I was looking at the documentation page and I f... (by statesman)
|
by aCceSs13
class and table
|
|
[3 replies] Last: Sorry friend, I contribute to this site during down time at work and s... (by Computergeek01)
|
by thiruvirus89
text file
|
|
[2 replies] Last: - You're using the std namespace without declaring so. - You're usi... (by Computergeek01)
|
by NexGenration
goto previous goto statement
|
|
[6 replies] Last: +1 Athar @ OP: You are describing functions exactly. (by Computergeek01)
|
Help getting started |
|
[6 replies] Last: In regards to the cross platform idea: http://www.winehq.org/ Every p... (by Computergeek01)
|