How can i write my own script using C++??

  • dsantamassino12
  • Loser
  • Loser
  • No Avatar
  • Joined: Mar 23, 2003
  • Posts: 369
  • Loc: Dallas, PA
  • Status: Offline

Post April 26th, 2003, 12:19 pm

I wanted to know how can i write out my own script in C++? What do i need to do for that? Do i need to use a complier tool? What kinds of programs would i need?

Thanks everyone
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 26th, 2003, 12:19 pm

  • ED
  • Student
  • Student
  • No Avatar
  • Joined: Jan 02, 2003
  • Posts: 66
  • Loc: Halifax
  • Status: Offline

Post May 3rd, 2003, 1:07 pm

Yes. you will need a compiler.
That's all.
I noticed that you specified C++ and not just C.
C++ is a superset of C... with support for object-oriented extensions.
Since it is a superset of C... all C programs will work with C++ compilers but not the other way around.

If C is good enough for you... and you're using Unix... gcc is a compiler that comes with Unix. You can get a free windows compiler on borland.com. There are probably many other free C++ compilers. Try searching Google.
  • dsantamassino12
  • Loser
  • Loser
  • No Avatar
  • Joined: Mar 23, 2003
  • Posts: 369
  • Loc: Dallas, PA
  • Status: Offline

Post May 3rd, 2003, 4:06 pm

I am not using any type of Unix, Linux, Solaris nothing like that. I am using Windows Longhorn.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post May 3rd, 2003, 4:11 pm

ED wrote:
Yes. you will need a compiler.
You can get a free windows compiler on borland.com. There are probably many other free C++ compilers. Try searching Google.
UNFLUX.FOTO
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post May 3rd, 2003, 4:43 pm

Redhat and other linux systems usually come with gcc and then g++ which is basically just gcc with compiler options added for the supporting c++ extensions.

If you are wanting to program in Windows you will need some kind of commercial product such as Boreland C++ or Microsoft Visual C++

I am sure there are many other alternatives as well.

After you have the compiler then you are all set to go. You just need to learn how to program in C/C++
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • dsantamassino12
  • Loser
  • Loser
  • No Avatar
  • Joined: Mar 23, 2003
  • Posts: 369
  • Loc: Dallas, PA
  • Status: Offline

Post May 3rd, 2003, 4:57 pm

How about this?? I like you guys know when i have the complier. Maybe you can give me a couple of sites that i can learn how to program. I hope you like that guys.
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post May 3rd, 2003, 4:59 pm

You can find lots of books on C and C+ here:

http://www.bigwebmaster.com/C_and_C++/Books/

I recommend the one by Tom Swan, that is the one I own and applies to the GNU environment. However if you are only interested in programming for Windows then you might want to try a different book. There are probably some very good internet website resources as well. I do not know any off hand though.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • dsantamassino12
  • Loser
  • Loser
  • No Avatar
  • Joined: Mar 23, 2003
  • Posts: 369
  • Loc: Dallas, PA
  • Status: Offline

Post May 3rd, 2003, 5:40 pm

Hey Bigwebmaster, I do not have any types of credit cards to buy something offline. I already looked at them and i need a credit card.
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post May 3rd, 2003, 11:45 pm

Goto a book store then, I am sure they accept check or cash.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post May 4th, 2003, 12:32 am

*in the voice of yao ming in the commercial*

can I write check?

yo!

yao!
UNFLUX.FOTO
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post May 4th, 2003, 1:00 am

UNFLUX wrote:
*in the voice of yao ming in the commercial*

can I write check?

yo!

yao!


I just saw that commercial again yesterday, that thing has been running for awhile now it seems. Kinda funny though hehe.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • dsantamassino12
  • Loser
  • Loser
  • No Avatar
  • Joined: Mar 23, 2003
  • Posts: 369
  • Loc: Dallas, PA
  • Status: Offline

Post May 4th, 2003, 4:22 pm

Just think of this guys. If i get accepted to this community college. I will be going for Computer Science. I have a book here that tells me what classes i need to take. It has alot to do with programming in C++ and some Java. How do you like that guys??
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post May 4th, 2003, 5:50 pm

sounds great. take advantage of it, because a lot of schools don't teach
pure programming unless they're a tech-school of some sort.

good luck with it. :D
UNFLUX.FOTO
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post May 4th, 2003, 6:46 pm

I would say definetely do it. I learned my first C++ from college actually. I had already known some Perl though on my own which helped me some.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • ED
  • Student
  • Student
  • No Avatar
  • Joined: Jan 02, 2003
  • Posts: 66
  • Loc: Halifax
  • Status: Offline

Post May 5th, 2003, 1:05 am

i say screw school. learn everything on your own through online tutorials.

All you have to do to find 1000 different tutorials is think of creative ways to ask for the same thing in google.

start with..
"c tutorial"
"c++ tutorial"
"Advanced C tutorial"
"advanced C++ tutorial"
"learning C tutorial"

etc etc
School will only slow you down. you'll spend an entire year learning at the speed of the slowest person in the class. Thats what i hate about school.
I spent 3 years in university. I did learn some java and a hell of a lot of math... but i quit halfway through my 3rd year... within 6 months i tought myself 10 times more about computers then i had learned in university.

I am very good at teaching myself however, and maybe what was good for me will not be good for you.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 5th, 2003, 1:05 am

Post Information

  • Total Posts in this topic: 17 posts
  • Users browsing this forum: No registered users and 179 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.