Link to home
Start Free TrialLog in
Avatar of jynx
jynx

asked on

Totally confused

I am a freshman in college and I am taking "Introduction To Computer Science" in which C++ is taught.  However, in the computer lab, we use Linux as an operating system and that is where we write our programs.  My question is: What is Linux? Explain its connection to C++ and if I download Linux, will I be able to write C++ programs from home. I'm new at this stuff so please excuse the ignorance.
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kobo100198
kobo100198

in order to write C++ program, you need a C++ compiler which comes with Linux distribution. Linux is an operating system, and C++ compiler is a program.
If you install Linux and during installation process you also choose to install C++ compiler, then you will be able to write C++ program at home.  
Avatar of jynx

ASKER

Thanks.  That was more helpful than the first one.