by Subo93
Using islower
|
|
[5 replies] Last: Thanks everyone...! (by Subo93)
|
by Bolbi
structure of a game?
|
|
[4 replies] Last: You should probably make your game as modular as possible (Limit depen... (by Avilius)
|
by Subo93
If statement
|
|
[4 replies] Last: Mistake..Thanks.. (by Subo93)
|
by thomson101
undefined reference to `WinMain@16'
|
|
[10 replies] Last: yeah and one more thing, if you guys like music, the Radio station ... (by thomson101)
|
Need help with converting JArray to String |
|
[1 reply] : This is C# BTW (by Code Apperentice)
|
by shah321
Echo Program
|
|
[5 replies] Last: http://www.cplusplus.com/reference/ios/ios/rdbuf/ http://www.cplusplus... (by MiiNiPaa)
|
by danzal
simple help needed !
|
|
[1 reply] : Line 12 and line 14 have brackets where they shouldn't be. #include... (by Codermik)
|
by NerdZilla
Getting inverse sinus in degrees in c++
|
|
[3 replies] Last: Wel, the formula of snell's law is sini / sinr = n2 / n1 It doesn't ... (by NerdZilla)
|
by Subo93
Files
|
|
[1 reply] : 44.6667 is not an int so trying to read it into int value leads to str... (by MiiNiPaa)
|
by ECEsasha
Same function called twice, with different strings returned?
|
|
[2 replies] Last: I would just use an array to store the values then do return array ; ... (by giblit)
|
by firstlast
Throwing exceptions handler
|
|
[1 reply] : This is not a good candidate for exception handling, but here is how i... (by cire)
|
by GilesCorey
Initializing date of birth as int in constructor with a leading zero
|
|
[8 replies] Last: I cannot change the data type of the date of birth from int to String ... (by GilesCorey)
|
by UglyIgloo
Bit of an idiot question. - Root directories
|
|
[no replies]
|
by REGNETAM
Saving to a new file
|
|
[4 replies] Last: I am kind of weary of using "std::", its foreign territory to me. (by REGNETAM)
|
by venros
C++ Towers of Hanoi - Recursion
|
|
[7 replies] Last: at no point am I switching the As with the C position That's exactly ... (by kbw)
|
by Guzfraba
What are stack and queue good for ?
|
|
[2 replies] Last: Thanks angie :) So should I use these containers every time I need a L... (by Guzfraba)
|
by Jimmy22
How do I use reference parameters to return my values back to main?
|
|
[7 replies] Last: when you prototype or define a function you write the variable type of... (by mxood)
|
by Sharan123
Searching in BST
|
|
[5 replies] Last: when i write return at line 25 it returns call back to function and r... (by AbstractionAnon)
|
by cphipps
Gradebook application
|
|
[1 reply] : Just for starters the name can't be an int. it should be a string. Als... (by brokeas)
|
by megsandbacon
Adding Choice From a Menu (Arrays, Structs)
|
|
[no replies]
|