heh to do hello world in C++ its.
#include<iostream>
using namespace std;
int main()
{
cout << "hello world" << endl;
system("pause")
return 0;
}
I think thats right, havent done C++ in ages.
No, start with Pascal, proceed to C and C++ and learn Visual Basic.
Most programmers will use python too to script out and debug their software. Python scripting can come in handy when evaluating, say 100s of thousands of lines of code.
I have over 2000 lines of PHP in front of me right now. I have written the code in the last week. It's a database management system I am creating for work. It's fairly simple, I am just hard coding our most often used actions.
PHP is easily the best web language. It's hard to understand at first but after a while it's really easy.
From reading through this now it seems pretty much well known that Python is very good for use on it's own and other formats of programming, especially for debugging and testing.
Am i right in thinking this from what i have read, and also that I have made a good choice to start there because of this?
Hey man the more languages you know the better programmer you will be. Even knowing archaic languages like Pascal and fortran and the like even help out.
There is no such thing as bad knowledge, some of it may be a bit useless but if programming is something you are into I would say learn as much as you can before college thus making college life a lot easier.
would a computer course at college involve programming
Hey man I'm from the UK, and I'm in my first year at college and doing AS computing, just had my exams last week haha.
Yeah if you take "computing" not "ICT" (ICT iz for teh n00b )- then you will need to know how to program and I would definitely recommend you continue programming now, it will give you a big head start, and give you a subject where you're more or less guaranteed a good grade.
The AQA exam board has 2 exams in the first year, one of the exams is basically analysing a program and programming in the changes and modifications they ask you to do, and that's worth 60% of your total grade. The second paper is about computer hardware, structure of the internet and stuff about ethics like data protection act, and thats worth 40%.
mmm for programming languages the most common ones they teach in college for first year students is C#, Delphi (based on pascal) or visual basic. But i know you can take the exam in: C, C#, Java, Pascal, PHP, Python, VB 6, VB.Net.
Might be an idea to learn something like pascal in Delphi, instead. (they do still use Delphi btw to program now a' days, i know FL-Studio a digital audio work station software is made using Delphi).
But what ever you language you learn, the basic principles are still similar just a different syntax. Was a guy in my class who already knew C# really well so he took the exam in that rather than the rest of us who took the exam in Delphi using pascal.
right, you may not know this not being in england and all, but would a computer course at college involve programming, only when you mentioned college there only just thought i may have to do this all over again next year when i do computing
right, so if i was to learn this every day for the next year or so and get proper good at python then they would let me take the exam in python rather than delphi?
oh, and yes, ICT is for teh n00bs the reason that you don't do programming vinnie is because MS office has no programming tools and offices don't program...oh, and programming isn't in any sort of data/office legal stuff that would affect a bank or heal spa or farm or some other crap that needs a made up business scenario...god ICT is boring, why did i take it at GCSE ?
Haha i remember the good old days of ICT and that damn implementation report about the made up business situation, and somehow making a database would solve all the problems.
Yeah i reckon they should do Thats what a dude in my class did, at first they made him do a bit of delphi just to keep occupied, but because he already knew C# he picked it up really quick and finished all the textbook exercises really quick- and most of the time he spent programming this side scroller game he was making. He took the exam in C#.