I'm setting up a computer for the pure use of learning(Tutorials, textfiles, notes, proggie languages). Now, I've come across the problem that the computer and parts I'm working with are quite old and couldn't handle Windows 98 let alone Windows XP Pro.
So, I figured "Linux!, Ah yes, that awesome OS everyone's talking about". But I wanted to know if Linux can be used for stuff like this(Dev C++, coding, tutorials, etc.)
I know this question is pretty "n00bish", but bear with me..please
Previous readings on Linux confused me the first time I heard about Linux/Unix and the Distros.("So many of them! ")
Thanx everyone.
---
P.s. Maybe even Mavis Beacon Teaches Typing or something of the sort so that I may teach my fingers to type correctly instead of having the many typos. LOL, I fear this will be the downfall of my coding experience-Wondering for hours why it's not working when it's a simple typing error.
Linux and Dev C++?Tutorials and textfiles?
- bad_brain
- Site Owner
- Posts: 11638
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
Hm, I´m not a Linux-expert (not yet...hehe... ), but C++ should be even easier with Linux because the programming platform is included (at least in the distros I know).
Check for "Fluxbox", I´ve heard it is the right thing for slow machines, because modern distros with KDE or GNOME will need even more performance than XP (400mhz, 128mb RAM minimum for graphic mode, 200mhz and 64mb for textmode for RedHat for example).
But well, I´m sure other people can give you more and better advice...
Check for "Fluxbox", I´ve heard it is the right thing for slow machines, because modern distros with KDE or GNOME will need even more performance than XP (400mhz, 128mb RAM minimum for graphic mode, 200mhz and 64mb for textmode for RedHat for example).
But well, I´m sure other people can give you more and better advice...
hi there.
Well compiling and creating c++ apps in linux isreally easy. all you have to to is writte the code in a text editor ( vi, emacs for example.) Then you need to compile it so do this: cpp "yourfilename".txt
it will compile and check for errors. if everything is ok it will create a file named a.out
to finally run your program just type: a.out
it is possible that your distribution doesn´t have the c++ module so try out cc , g++
Well compiling and creating c++ apps in linux isreally easy. all you have to to is writte the code in a text editor ( vi, emacs for example.) Then you need to compile it so do this: cpp "yourfilename".txt
it will compile and check for errors. if everything is ok it will create a file named a.out
to finally run your program just type: a.out
it is possible that your distribution doesn´t have the c++ module so try out cc , g++