Questions about Unix/Linux


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Questions about Unix/Linux
# 1  
Old 01-20-2007
Questions about Unix/Linux

Hello all.

Im a young lad with very limited experience with computers, even though I have been playing with them the past 5 years. I have the experience of the random World of Warcraft player that plays games all day.

I have a huge interest in learning everything about computers and I was wondering if any experts could take the time to answers that I have.

First of all, I do like gaming quite a bit but my main interest is in building my own game from scratch. Im going to be going to school to learn everything from Basic Website Building (HTML CSS), Basic Programming (C C++), and I also want to learn Software Engineering and Graphyx Design..

So I was wondering if I start messing arround with UNIX or Linux, if it might help me in some way.

So I was wondering if you could run games on a UNIX or Linux OS..?

And if its the right path to take using a UNIX or Linux OS when you want to learn about programming?

I also do have a PASCAL book that I was given and I know its an Old Programming Language, but would it be any use learning that before I start learning C ?

Thank you for taking your time reading this.

Sincerely
-Vallzi
# 2  
Old 01-21-2007
Hi Vallzi,

I'm no Unix/Linux expert but I did learn C in school, C is supposed to be procedural programming language and it has been superceded with C++ which is object oriented.

C and C++ were invented a very long time ago. From what I hear, they still use C++ to write games. Since both C and C++ are pre-compiled they are much faster when they execute as compared to an interpreted language like Java.

From a programming point of view, Java supercedes C++, I've seen a few small games written in Java as well.

I recently installed Linux and it has a few small games, I haven't tried them yet.

Personaly I think Unix/Linux are more suitable as robust and secure web servers, and less likely would be a platform to write games (but I could be wrong)

It is difficult if not impossible to build websites with C and C++. If you are interested in building sites then I recommend HTML, CSS, JSP, Java (or PHP, ColdFusion, ASP,.Net)for the middle layer and some database software.
# 3  
Old 01-21-2007
Just my thoughts...

Quote:
So I was wondering if you could run games on a UNIX or Linux OS..?
Linux is just as capable an OS as any, if not more, for running any type of software that Windows can. That said, the fact is that the majority of users use some version of Microsoft Windows. Because of that, most video game companies don't offer Linux/UNIX versions of games - they're only written/compiled for Windows.


Quote:
And if its the right path to take using a UNIX or Linux OS when you want to learn about programming?
It depends on what you want to do. If you just want to write games/applications for Windows, then no. But just in general, then I'd say yes. Linux by default comes with several scripting languages installed, as well as C, C++ and I believe FORTRAN compilers. ( Never used FORTRAN ). I don't think Windows comes with any type of programming environment by default.


Quote:
I also do have a PASCAL book that I was given and I know its an Old Programming Language, but would it be any use learning that before I start learning C ?
If you don't already know PASCAL, then I would just skip it and try and learn C. From my own experience, I haven't seen PASCAL used anywhere ( it is very old, older than C at least ) and by the time I went to college, the "initial programming language" that we were taught as students had moved from PASCAL to C.


Quote:
I'm no Unix/Linux expert but I did learn C in school, C is supposed to be procedural programming language and it has been superceded with C++ which is object oriented.
C++ is a superset of C, meaning it can do everything C can and more, but I wouldn't say it has been replaced, if that's what you meant here. I write C programs all the time at work & at home. I have C++ compilers at both places, but it's just not necessary for the things I do.


Quote:
From a programming point of view, Java supercedes C++, I've seen a few small games written in Java as well.
I believe this is completely subjective. Software can be designed (as well as programmed) in the same manner using either language.
# 4  
Old 01-22-2007
Programming languages have evolved into different versions, I think Visual C++ allows one to build a website, but I don't think it was possible to build websites from the original C++ language.

However both C and C++ are good for building games and desktop applications since their execution speed is fast.

Java was built on top of C++, to improve upon C++ originally. I think this site details the similarities and differences between the two languages:
http://www.dickbaldwin.com/java/Java008.htm - last revised 1999.

But all programming languages have evolved now, there's .Net which includes VC++ I think. So, yeah whatever you can do with one language can also be done with another. But no two languages are exactly similar, depending on what one wants to implement on a large scale they can make a choice on which programming language to persue.

Some languages are more suitable for certain tasks than others. For example it is more straighforward to process XML files with XSLT than it is with Java, although it is possible to do it with Java.

Sometimes, when 2 languages or platforms are similar for example .Net is similar to Java, it just boils down to what platform you are more familiar with.

I learned C for 4 years in school, but when I graduated Java was being developed - but the job world didn't allow me to work on either language. I had to learn other languages like ColdFusion etc.

So pick whatever languages fascinate you and what you want to accomplish with them and learn them.

This chart lists a high level comparison between languages:
http://en.wikipedia.org/wiki/Compari...ming_languages

It is also beneficial to study the job industry and see what languages are more in demand. Some languages get discontinued or very few companies use them.

Last edited by thoughts; 01-22-2007 at 01:21 AM..
# 5  
Old 01-22-2007
This thread fits best in the 'What's on Your Mind?' forum.
# 6  
Old 01-22-2007
Sorry if I digressed too much. I always make mistakes when I join a new forum, because each forum's rules are different.

Sometimes it's good to master a few languages and advance in their path, but sometimes the job world makes it a little difficult to stick with one language.

I don't mean to put down C or C++, both of them have their merits but just wanted to bring the OP up to speed with the recent happenings in the programming world, so he knows about all options available to him.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix vs linux in the job place and other questions

hello all, im new to this site...and look forward to corresponding with you all. i am a microsoft kid (sad) currently i work on small networks and repair computers for home and business. i want to better my skill set...but dont want to carry on down the MS route. Basically i want to... (12 Replies)
Discussion started by: j0n1n
12 Replies

2. UNIX for Dummies Questions & Answers

Unix and Linux questions

Sorry for the dumb question......I got my B.S. in computer science Amazing how I don't these answers).....I wrote mostly in the language C in my college career. I wrote all my programs using a windows application for writing C.....and then after testing it, I would upload it to a UNIX system and... (1 Reply)
Discussion started by: Bruuuuce78
1 Replies

3. UNIX for Dummies Questions & Answers

Few questions on unix/linux

Hi , please give few answers for this questions:confused::confused: ...thanks in advance What shell do you use when you log in to a UNIX/Linux host? What command will show you the shell you're using? Describe 5 things you can do in Linux/UNIX. (1 Reply)
Discussion started by: hecker007
1 Replies

4. Windows & DOS: Issues & Discussions

UNIX/Linux for Windows? and a few other questions...

1) I want UNIX but I don't want to partition my hard drive. I have heard of programs that allow you to start UNIX from Windows but I don't know which one is good. Something like WinLinux (not too sure???) Anyone know which programs I'm talking about? 2) Is Linux UNIX? 3) How do you pronounce... (9 Replies)
Discussion started by: CornNuts
9 Replies

5. UNIX for Dummies Questions & Answers

Unix/Linux Scripts questions

Hi All, You have a very large file, named 'ColCheckMe', tab-delimited, that you are asked to process. You are told that each line in 'ColCheckMe' has 7 columns, and that the values in the 5th column are integers. Using shell functions (and standard LINUX/UNIX filters), indicate how you would... (7 Replies)
Discussion started by: am2007
7 Replies

6. UNIX for Dummies Questions & Answers

Absolute n00b questions about Unix / Linux

Hi All, I have absolutely no experince with either one, and would LOVE to start from somewhere! So please guide me to some web sites (beside these great forums of course!) that I can obtain n00b information. (Books, links, resources, etc.) What software OS? should I begin with? I have heard... (2 Replies)
Discussion started by: CodeHunter
2 Replies

7. Linux

Linux questions

Hi everyone, I came from a diffrent UNIX background and am trying to learn Linux (Red Hat) in a hurry. I would be very grateful if you could help me with the following questions. I know the answers for questions 1, 3, and 4 in a Sun Solaris environment, but not in Linux... Thanks in advance for... (3 Replies)
Discussion started by: Enigma777
3 Replies

8. UNIX for Dummies Questions & Answers

RedHat linux questions??

1. is redhat linux 7.3 the latest version ?? 2. where can i find FREE documentation regarding it ?? installation , etc... Thanks (2 Replies)
Discussion started by: BAM
2 Replies
Login or Register to Ask a Question