I need big help |
|
[2 replies] Last: the thing is that i want to use those but i have no idea how to (by austinthenoob)
|
Help with simple class definition using SFML 2.0 |
|
[4 replies] Last: Like cire said. You want to use composition instead. You can inherit f... (by Dante12129)
|
by Blank
if/ else if
|
|
[3 replies] Last: wow im so dumb...thank you guys. i honestly thought it outputted 11 bu... (by Blank)
|
by eraily
Lend me a hand(switch statement)
|
|
[2 replies] Last: it's working, but when I key in 0-9 marks, I cannot get output grade ... (by eraily)
|
by AlitCandle
Why can't I change individual characters in a character pointer?
|
|
[1 reply] : char c = "Hellop" ; c = ' ' ; std::string s = "Hellop" ; s = ' ' ;... (by cire)
|
by Deadly Dark
program has stopped working
|
|
[14 replies] Last: haha umm no but yes lol im using notepad++ and i certainly will go an... (by Deadly Dark)
|
by lucratico15
Why is dangerous to run this?
|
|
[2 replies] Last: Thanks (by lucratico15)
|
SDL always stops runnning |
|
[2 replies] Last: Try some of the lazy foo tutorials they are very easy to follow (by giblit)
|
by AlitCandle
How to character pointers work?
|
|
[8 replies] Last: And, of course, C++11 has made this illegal (about time!) char* c = ... (by andywestken)
|
by acemanhattan
Array basics
|
|
[5 replies] Last: Oh no I thought you meant right (by giblit)
|
by acemanhattan
Shifting letters on a specific interval
|
|
[1 reply] : You could try something like mod (%) along with the absolute value fun... (by BigBlackSheep)
|
by Ramzi89
Basic Syntax
|
|
[4 replies] Last: Now that you mention, the pre/post increment/decrement operators do di... (by keskiverto)
|
Need Word Scramble advice |
|
[3 replies] Last: Thank you for your responses. I will work on your suggestions and hop... (by Oldmarrieddude)
|
Text Data issue (1,2) |
|
[39 replies] Last: Thank you so much it is working. (by closed account NUj6URfi)
|
by Ramzi89
Basic Formattting
|
|
[1 reply] : Almost, but not quite: http://www.cplusplus.com/reference/ostream/endl... (by keskiverto)
|
by Protatoes
Calculator Program
|
|
[2 replies] Last: in my humble opinion, the problem is not only the function prototype: ... (by ar2007)
|
by dhilchie
invalid type argument of ‘unary *’
|
|
[4 replies] Last: thanks (by dhilchie)
|
by sakonpure6
Program not out putting last string
|
|
[2 replies] Last: how do i fix that? take a way the +1? (by sakonpure6)
|
by trillo
Validation with while loop
|
|
[1 reply] : Have you considered trying before posting? Also google std::con or loo... (by giblit)
|
by acemanhattan
Help creating condition for while loop
|
|
[3 replies] Last: Shouldn't need in your shift function but you should put something = s... (by giblit)
|