I Need To A Good Comp. Program Ap.
Shadowlinex
Join Date: 2003-08-07 Member: 19144Members
in Off-Topic
<div class="IPBDescription">Any nice ones.</div> Well, i just got into computer programing at my school and i would enjoy further my education at home on the topic. I have already used google to search around for some softerware. I tried Java, but i won't work on my computer for some odd reason, at school i'm using low tech QuickBasic. I was wonder if the community could give me some good software webpages where i can get a nice Computer Programing AP.
(Wow, never knew you can make Madlibs like that <!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html/emoticons/nerd.gif' border='0' style='vertical-align:middle' alt='nerd.gif'><!--endemo--> )
(Wow, never knew you can make Madlibs like that <!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html/emoticons/nerd.gif' border='0' style='vertical-align:middle' alt='nerd.gif'><!--endemo--> )
Comments
Over what i'm looking for is some kind of Programing Software <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
These guys look like they have a nice (free) C++ programmer and compiler application:
<a href='http://www.bloodshed.net/' target='_blank'>Bloodshed Dev</a>
Have fun!
These guys look like they have a nice (free) C++ programmer and compiler application:
<a href='http://www.bloodshed.net/' target='_blank'>Bloodshed Dev</a>
Have fun! <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
For Dummies > 21 Days. And yes bloodshed pwns.
kinda sad, i'm in high school, but they said its only to see if we like it and i do, next we move to Java SUNONE studio witch i think is C++.
What you're looking for, by the way, is a program that will take your code and in some way allow you to run it. In the case of Qbasic, that program is called an "interpreter", because it reads through your code and interprets it, running it line by line. In the case of C++, that program is called a "compiler", because it takes your code and compiles it into binary, so that it can run all by itself.
Couldn't say where to get an interpreter from, sorry. I can't remember where I got mine. There are some nice open source (ie, free) C++ compilers out there (well, to be more technical they're what we call Integrated Developer Environments. Kinda like notepad with fancy syntax colouring mixed with a compiler and a few other nice tools), but I still don't think you try c++ without any prior experience.
Oh, one last thing. Qbasic allows you to get away with all kinds of things, some of which are bad programming practice. Now, some people are really anal about good programming practice, and your teachers will be varying degrees of anal about it. Yeah, some of it's annoying and stupid and honestly quite un-neccessary. However, there is one thing I beseech you, for your own sake, <i>not to do</i>: do NOT use <span style='font-family:Courier'>goto</span>s. Please, if you value your sanity, do NOT use them. Just trust me on that.
Try <a href='http://www.jcreator.com/download.htm' target='_blank'>JCreator</a> if you are going to learn Java, its freeware, too.
<a href='http://java.sun.com/' target='_blank'>http://java.sun.com/</a>
<a href='http://java.sun.com/j2se/1.4.2/docs/api/' target='_blank'>http://java.sun.com/j2se/1.4.2/docs/api/</a> how every command in java works <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
it is also free and farily simple.
My suggestion is to go get a book to learn from (it is honestly not that hard)
another suggestion is to find a college classes website that has all of their projects up there and practice doing those <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
No it didn't it happens in installer, it stops at 8% and stays there i was thinking because i have old windows ME.
Turbo was a good beginner... the concepts of it were only partial, though, and they only really "clicked" when i started in C++.