2D arrays - movement through rooms code |
|
[1 reply] : Hey Wizard, The way you have described your program is going to make ... (by tscott8706)
|
by joerack
sort 3 numbers
|
|
[3 replies] Last: Well, that's not what's happening here :) at the moment you just print... (by Gamer2015)
|
by pacman169
help with exercise
|
|
[5 replies] Last: Now when thinking about it, in my opinion this is the most stylish ver... (by pacman169)
|
by Cpper
Template specialization
|
|
[1 reply] : The ASCII codes for A-Z is 65-90 and a-z is 97-122. So by computing '... (by Peter87)
|
by Quark
C language casting problem
|
|
[6 replies] Last: Yes, casting can lead to problems if you are not careful. I haven't us... (by Peter87)
|
by xenovia12
sfml building using cmake
|
|
[5 replies] Last: @Yanson thank you, i already compiled the sfml source code, but now m... (by xenovia12)
|
by mikewaz
print specific char of a string
|
|
[1 reply] : if you are using c++ then you should go for std::string . this is mo... (by bazetwo)
|
From file to arrays. |
|
[5 replies] Last: * Your function name is misleading. Are you trying to display the con... (by bazetwo)
|
by an6206
2D vector. How can I properly assign values to the 2D vector?
|
|
[no replies]
|
by monparlour
reading from a file w/ .c_str
|
|
[3 replies] Last: Don't declare the variable filename inside your class, pass it as an... (by bazetwo)
|
by gameboy1995
Double Linked List Add Function
|
|
[4 replies] Last: Is this where my error is? Quite possibly. In your version, line 3 ... (by dhayden)
|
by Penquir
Ascii code - encryption
|
|
[4 replies] Last: [quote=Penquir]Thank you!!! wow that was so much easier than I was mak... (by germanchocolate)
|
by Cpper
Void Pointers
|
|
[4 replies] Last: [quote=Cpper]I thought the same. But why adding 1 to x will make it y.... (by germanchocolate)
|
by jwhong12
function
|
|
[2 replies] Last: You can use the "exit" function that exits the program, which only tak... (by germanchocolate)
|
by Penquir
Can't find error
|
|
[3 replies] Last: My pleasure :) (by TarikNeaj)
|
by ManlyMartin
Need help with assignment (1,2)
|
|
[23 replies] Last: So far, I'd only been looking at your compiler errors and resolving th... (by fg109)
|
by Andromeda441
"Lowest Score Drop" hw problem
|
|
[11 replies] Last: You still haven't updated parts of the program... Main should look so... (by closed account 18hRX9L8)
|
by mmicha02
Fish Tank Classes
|
|
[8 replies] Last: That is what I thought to do at first, but the project guidelines requ... (by mmicha02)
|
by Vitalik2
C++ loterry
|
|
[7 replies] Last: Oh yea, I missed that part, weird that my compiler didint say shit. O... (by TarikNeaj)
|
by Cpper
Inline function
|
|
[1 reply] : http://lmgtfy.com/?q=inline+functions+c%2B%2B https://www.youtube.com... (by TarikNeaj)
|