Search found 6 matches
- Sat Nov 20, 2010 7:48 pm
- Forum: Programming Discussion
- Topic: Anyone have any ideas for a console application
- Replies: 13
- Views: 2407
Re: Anyone have any ideas for a console application
Im really just want something to do before i go into graphics anything would be nice but i haven't had any work with a gui yet.
- Fri Nov 19, 2010 1:15 pm
- Forum: Programming Discussion
- Topic: Anyone have any ideas for a console application
- Replies: 13
- Views: 2407
Anyone have any ideas for a console application
i just want to make something other than calculators and random text adventures
- Sat Nov 13, 2010 9:15 pm
- Forum: Programming Discussion
- Topic: Help with random text adventure game c++
- Replies: 7
- Views: 993
Re: Help with random text adventure game c++
please explain i am a noob with programing
- Fri Nov 12, 2010 4:10 pm
- Forum: Programming Discussion
- Topic: Help with random text adventure game c++
- Replies: 7
- Views: 993
Re: Help with random text adventure game c++
how do i save because my book does not explain it well and how do I make it so that that i will be able to store variables when you do the save function and load it with the load option without opening a file it just receives. here is what i have so far: #include <iostream> #include <string> #includ...
- Thu Nov 11, 2010 1:39 pm
- Forum: Programming Discussion
- Topic: Help with random text adventure game c++
- Replies: 7
- Views: 993
Re: Help with random text adventure game c++
lol thanks and to the
using namespace std; // using namespace std
i was just bored thinking of what i should put in lol
using namespace std; // using namespace std
i was just bored thinking of what i should put in lol
- Thu Nov 11, 2010 6:52 am
- Forum: Programming Discussion
- Topic: Help with random text adventure game c++
- Replies: 7
- Views: 993
Help with random text adventure game c++
I wanted to see what i can make what i could make with c++ however i did not want to make a game design so i just based it off of the book eragon heres my code: #include <iostream> #include <string> #include <vector> #include <algorithm> #include <fstream> #include <ctime> #include <cstdlib> using n...