by vladi
Dynamic Allocation with array of Pointers!!!!
|
|
[4 replies] Last: thanks I figured it out! closed! (by vladi)
|
by plantking6
Declaring Variables Problem?
|
|
[5 replies] Last: My code allows you to do this. int dmg = weapons * (rand() % 10);... (by Zaita)
|
by Blessman11
(error) Re-Multi dimensional array vectors
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by Ortonas
header file problems
|
|
[1 reply] : You need to declare print() inline if you are going to implement it in... (by jsmith)
|
by cppmatt
Convert string to const * char for ofstream.
|
|
[3 replies] Last: I figured it out. Remember I was just playing around trying to learn ... (by cppmatt)
|
by LtLeo
While Loops for my Text RPG
|
|
[6 replies] Last: I hate working with cin. Anyways, here is some code I tested that work... (by Zaita)
|
by Cheatlancer
Switch not working propperly
|
|
[3 replies] Last: Thanks very much. I forgot to add in the cin >> card_1; and etc. I ... (by Cheatlancer)
|
by jimmy5023
syntax
|
|
[1 reply] : This will compile fine for me, but it warns me about the possible loss... (by Zaita)
|
by jimmy5023
my program
|
|
[1 reply] : OPen it in notepad, then copy and paste it into your IDE. (by Zaita)
|
by NeoSeeker
Accessing an array through function
|
|
[1 reply] : you're passing value by value...that sounds wierd, let me explain. The... (by quirkyusername)
|
by tonnot
How to write explicitily \n or \r\n to file
|
|
[4 replies] Last: I am always surprised when someone asks how to do a thing and then rej... (by Duthomhas)
|
Anyone use SDL? (1,2) |
|
[35 replies] Last: I agree SFML is the way to go and it even uses OpenGL so integrating 3... (by Computergeek01)
|
by Xenolith
If Example.exe not running close example2.exe
|
|
[11 replies] Last: I don't know if I can help you with this one. Sorry (by Computergeek01)
|
by bihcity08
Search within a stringk
|
|
[11 replies] Last: #include <iostream> #include <string> #include <algorithm> usi... (by Zaita)
|
by rekson
How do you display exponents in C++?
|
|
[1 reply] : Right now you're printing a number 'coefficient' and a string "x". Sin... (by hamsterman)
|
by MNM
how to if (int != char) ???
|
|
[1 reply] : Please put your code in the code tags. 1) You cannot return 2 numbe... (by Zaita)
|
by tonnot
How to change an element from a LIST
|
|
[7 replies] Last: I know that you probably have to do better things than waste the time ... (by tonnot)
|
by fasih
My Frist Program
|
|
[2 replies] Last: That's nice, fasih, but... 1. What's a "Frist" program? 2. As the ... (by packetpirate)
|
by Blessman11
multi-dimensional vectors arrays
|
|
[1 reply] : http://cplusplus.com/forum/articles/7459/ (by moorecm)
|
by rekson
"Permission Denied" with a simple class test
|
|
[5 replies] Last: Be a little more constructive. Like ne555 said, object files are not ... (by moorecm)
|