Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-23-2005, 02:07 AM   #1 (permalink)
 
True Techie

Join Date: Oct 2004

Posts: 183

AndTwenTy10

Send a message via AIM to AndTwenTy10 Send a message via Yahoo to AndTwenTy10
Default SUPER Newbie to C++

Hey all, I got a question about C++.... WTF do I do with it? ... how do you make stuff with it? I downloaded quincy05 to toy around, but that still doesant help me?

Where do you put the codes? What do you put the codes for? Im confused, any help is appreciated! Thanks!!
AndTwenTy10 is offline  
Old 06-23-2005, 02:26 AM   #2 (permalink)
 
Monster Techie

Join Date: Jun 2005

Posts: 1,708

Juice Daddy is on a distinguished road

Default

I am subscribing to this thread to... cause I could also use the info...
(new to linux and need advice)
Juice Daddy is offline  
Old 06-23-2005, 10:03 AM   #3 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

On a Linux (or Unix, and even windows) machine you'd open up a blank text document. Then you'd write all the code in there. Then you'd save that document as a .CPP file. Then you'd make sure you have a copy of GCC (or any C++ compiler For Windows I'd suggest something like Bloodshed's Dev-C++). Then you'd compile it by using a command like:
Code:
gcc -o your_file.cpp
The command is different for every compiler, so You'll need to read the documentation.
Then it would output a binary file, that you could run.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 06-23-2005, 02:56 PM   #4 (permalink)
 
True Techie

Join Date: Oct 2004

Posts: 183

AndTwenTy10

Send a message via AIM to AndTwenTy10 Send a message via Yahoo to AndTwenTy10
Default

This is going to take a while to learn.......... :-/ Can you link me to a complier that works for windows xp
AndTwenTy10 is offline  
Old 06-23-2005, 04:19 PM   #5 (permalink)
 
True Techie

Join Date: Aug 2004

Posts: 223

KornNut

Default

Quote:
Originally posted by AndTwenTy10
This is going to take a while to learn.......... :-/ Can you link me to a complier that works for windows xp
Textpad is amazing.

You can open virtually any file you want: C++, C#, ASP .NET, java, VB, prolog, and even engineering files.

Most importantly, it has an editor for writing your own programs for any of those listed about.

http://www.textpad.com/download/
__________________
3.0 GHz P4 w/ Hyper Threading
1 Gig DDR RAM
9800 Pro ATI Radeon
7.1 Soundblaster
DVD Burners are a must!
19\'\' Samsung LCD
______________________________

In this world gone mad, we won\'t spank the monkey. The monkey will spank us!
KornNut is offline  
Old 06-23-2005, 05:40 PM   #6 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

http://www.bloodshed.net/download.html

http://www.bloodshed.net/compilers/index.html
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 06-23-2005, 05:49 PM   #7 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

Quote:
Originally posted by KornNut
Textpad is amazing.
it incites less wonder in the linux world.. as there comes a text editor that can edit any file with full syntax highlighting it's called kate..

frankly, if i'm going to get anywhere at all, i'd want a more powerful editor than just an editor.. if you coded any length of time in any IDEs, you wouldn't want to go back to beginner editors like textpad..

therefore, i'd recommend a more full featured IDE, search on www.sourceforge.net and you'll get tons of hits (notepad++ is a good piece of software, it tries to duplicate the functionality for windows platform, it's open source as well )
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
Old 06-23-2005, 10:43 PM   #8 (permalink)
Chankama's Avatar
 
Monster Techie

Join Date: Jan 2005

Location: Canada

Posts: 1,522

Chankama will become famous soon enough

Default

Nothing like good ol' VI !.. Why would u need anything else?
Chankama is offline  
Old 06-24-2005, 09:53 AM   #9 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Quote:
Originally posted by Chankama
Nothing like good ol' VI !.. Why would u need anything else?
Because it's hard as **** to get used to. That's why.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 06-26-2005, 01:41 AM   #10 (permalink)
 
True Techie

Join Date: Oct 2004

Posts: 183

AndTwenTy10

Send a message via AIM to AndTwenTy10 Send a message via Yahoo to AndTwenTy10
Default

Thanks for the help, I downloaded text pad, but I still don't understand what I do.. ahhh..
AndTwenTy10 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On