Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~18.4K People Reached
About Me

Student

Interests
C++, and Games
PC Specs
Windows XP Profesional NVIDIA GeForce 4 MX440 64MB AMD Sempron 2400+ 512 RAM
Favorite Forums
Favorite Tags

14 Posted Topics

Member Avatar for FireNet
Member Avatar for Swalih
5
12K
Member Avatar for N3wbi3C0d3r

Ok, i get Quick Basic, all version (1.1, 3.0, 4.5, 7.1) all because 1.1 doesnt work, so i keep trying then notice, there all DOS executables, and Windows XP doesnt support DOS executables. So i tried Command Prompt, hat didnt work either, technicly im screwed ;P, any ideas on how …

Member Avatar for anu79
1
3K
Member Avatar for Dani
Member Avatar for FireNet
Member Avatar for FireNet
1
252
Member Avatar for N3wbi3C0d3r

[CODE] //Program to collect and hold data on CD's #include <iostream> #include <fstream> using std::cout; using std::cin; using std::endl; using std::ifstream; int main() { int QA; cout << "To veiw file press v, to add a new CD press a:\n"; cin.get(QA); if (QA == v) { while (CDs.get(ch)) cout.put(ch); } …

Member Avatar for jwenting
0
146
Member Avatar for N3wbi3C0d3r

I learn faster when i have a motive to learn. Well if i have a project that uses all of the tutorial i use, i will be motivated to read sections and use it and make a full on project. I use [url]http://www.cplusplus.com/doc/tutorial/[/url]. If anyone can conjure up a HUGE …

Member Avatar for N3wbi3C0d3r
0
139
Member Avatar for mister-fett

[url]http://www.geocities.com/SiliconValley/Software/5562/[/url] for an example, 5 minutes using google, and got it, just go to [url]www.google.com[/url] and type in C Tutorial for Windows, you will get alot of good one. Altho as a beginner myself, i reccomned jumping into C++ as C has different commands form C++ and you might get …

Member Avatar for mister-fett
0
138
Member Avatar for galmca

I think on my part, Narue is a smart person, but does have a short fuse for newbies, i was new, but i found fast how to fit in better, read some other post's, to figure out how things go, some people arn't like me and go to the extent …

Member Avatar for alc6379
0
352
Member Avatar for lost_c++_dude

One quick thing i saw was when you did cout << "\n length;" cout << "\n width;" cout << "\n depth;" cout << "\n total surface area;" you put the ; behind the " its sposed to look like this cout << "\n length"; cout << "\n width"; cout << …

Member Avatar for frrossk
0
422
Member Avatar for N3wbi3C0d3r

Alright, i just learned the loops (if then else, for, do while, ect.) and just before it i learned the input and output (cin, cout). Now the tutorial i am using, has no homework built in it, so if anyone would be so kind to tell me something, ill probally …

Member Avatar for N3wbi3C0d3r
0
314
Member Avatar for dcving

I tried to do something similar but much more simple, but i dont know what i did wrong. Wont compile it right. [CODE] //Clock for seconds #include <iostream.h> int main () { int HH; int MM; int SS; int result; cout << "Enter Hours :HH:"; cout << " "; cin …

Member Avatar for N3wbi3C0d3r
0
197
Member Avatar for Young Teck 06
Member Avatar for Young Teck 06
0
125
Member Avatar for N3wbi3C0d3r

I have my Project setup like this. +TW TW1 TW2 Before i created the file TW2 i compiled TW1, and TW1 worked fine. When i added TW2, and then compiled it, and started either TW1 or TW2 it said "Project is not compiled". Any idea on how im sposed to …

Member Avatar for Narue
0
172
Member Avatar for N3wbi3C0d3r

Posted it in the wrong place, sorry;) Hello peoples, as you can tell by my name, ima newbie coder, and barely know the basic concept of a non object oriented scripting language comonly known as QBasic. I wanna learn advanced programming to make games, and random programs i may need …

Member Avatar for N3wbi3C0d3r
0
145