Posts
 
Reputation
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.6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

14 Posted Topics

Member Avatar for FireNet

FireNet, your like the best at this, you knew i needed it. Im working on an FStream project, this helps alot!

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 tamilblast
0
747
Member Avatar for FireNet
Member Avatar for FireNet
1
270
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
149
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
144
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
151
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
363
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
431
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
322
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
208
Member Avatar for Young Teck 06

Opps [CODE]#Include <iostream.h> int main () { cout << "Hello world!"; cin.get (); return 0; } [/CODE]

Member Avatar for Young Teck 06
0
133
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
182
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
151

The End.