Using functions for a text based RPG |
|
[5 replies] Last: And about jumping around in code, you can use the goto(); function bu... (by firedraco)
|
by kendall15
C++ Different output to console
|
|
[2 replies] Last: Thank you so much. I had been searching for days but got no where. (by kendall15)
|
by Analyzer
question about "return value"
|
|
[4 replies] Last: Thanks. (by Analyzer)
|
by FinalFortune
forward decleration error
|
|
[2 replies] Last: there's no difference between class and struct. The problem is that yo... (by Bazzy)
|
by kultrva
Question about menus
|
|
[4 replies] Last: I don't think there's much here but I have bookmarked this: http://www... (by MottMan)
|
by Borkoff
how to return return char array from stack
|
|
[1 reply] : Pop method in your class allocates the array local to the function. Th... (by naivnomore)
|
by wasabi
Pseudo-coding an N-iterative loop
|
|
[3 replies] Last: Many thanks naivnomore, that worked like a charm. I had to make a few ... (by wasabi)
|
by suntzu626
Issue with an Input file
|
|
[2 replies] Last: My compiler's error message looks like this: HW#5(4151) malloc: **... (by suntzu626)
|
by pavan7544
How to display Sprite/image in c++?
|
|
[8 replies] Last: SFML (from what I've skimmed) is very user friendly (as far as libs go... (by MottMan)
|
by wtf
include guard problem
|
|
[13 replies] Last: Notepad++ is a program that extends functionality of Notepad with synt... (by Kyon)
|
by tonnot
How to compose a string from ascii values
|
|
[2 replies] Last: Thank you very much (by tonnot)
|
by outsy
program compiling but crashing.
|
|
[4 replies] Last: Thanks alot, the problem was very small. Thanks for making me learn us... (by outsy)
|
by Jake94
Random Alphabet
|
|
[6 replies] Last: Where is the "output bellow"? Here is a "hint": for(char ch = 'a';... (by Fresh Grass)
|
by swalton
person
|
|
[6 replies] Last: Ok i got it :D i fixed the code above and now it works :D thank you fo... (by swalton)
|
by Nay
path for .h files
|
|
[2 replies] Last: You can set up your compiler to have c:\my documents\file and folders... (by Bazzy)
|
by juvan
Not working as expected
|
|
[1 reply] : You're a) only testing a single point (the top left one) of the object... (by Athar)
|
by ajones122392
Breaks
|
|
[2 replies] Last: Use either functions, loops or (but I highly recommend to not use it) ... (by Kyon)
|
by tonnot
About my own namespace and the information of my methods
|
|
[1 reply] : Nope. Almost completely inappropriate. (by helios)
|
by chi
May I ask what to do since, thanks!
|
|
[19 replies] Last: L B (327) Sep 28, 2010 at 8:19pm Congratualtions! Thanks!!!... (by chi)
|
by dstrichit
My first program :D
|
|
[6 replies] Last: Those are classic :P (by MottMan)
|