Search found 6 matches

by richred20
Sat Nov 20, 2010 7:48 pm
Forum: Programming Discussion
Topic: Anyone have any ideas for a console application
Replies: 13
Views: 1916

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.
by richred20
Fri Nov 19, 2010 1:15 pm
Forum: Programming Discussion
Topic: Anyone have any ideas for a console application
Replies: 13
Views: 1916

Anyone have any ideas for a console application

i just want to make something other than calculators and random text adventures
by richred20
Sat Nov 13, 2010 9:15 pm
Forum: Programming Discussion
Topic: Help with random text adventure game c++
Replies: 7
Views: 954

Re: Help with random text adventure game c++

please explain i am a noob with programing
by richred20
Fri Nov 12, 2010 4:10 pm
Forum: Programming Discussion
Topic: Help with random text adventure game c++
Replies: 7
Views: 954

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...
by richred20
Thu Nov 11, 2010 1:39 pm
Forum: Programming Discussion
Topic: Help with random text adventure game c++
Replies: 7
Views: 954

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
by richred20
Thu Nov 11, 2010 6:52 am
Forum: Programming Discussion
Topic: Help with random text adventure game c++
Replies: 7
Views: 954

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...