954,504 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Linux

Ok, I have chosen my exact path in life and need to learn this: How would I program for Linux? I have only minute ammouts of windows programing so start from absalute basics (like after cout and cin and main() stuff, start at oh something like LinMain or whatever linux uses. I know I said I dont like linux but that is because I cant get it to work (wont post details) So anyone? Also if Linux wasn't programed in c or c++ or d, tell me so I can find the languige, also I consider windows programing and c++ the same thing (they almost are, so no nagging me about that sentance ok) And to get to the point faster I want to learn linux programing because I want to work for Cray (and I am willing to kill if thats what it takes to get there) and all of there computers use linux as linux operates the fastest computers these day. No yip yap ether get to the point ( I like it that way : ) ).

Zssffssz
Junior Poster
180 posts since Sep 2011
Reputation Points: 6
Solved Threads: 2
 

All standard C and C++ programs are the same regardless of what platform they are compiled for. That means all of them have an int main() function. All (or most) introduction to C programming books will be useful for either MS-Windows or *nix machines/compilers. You won't notice a difference between the two operating systems until you start more advanced programming topics, like sockets and creating GUI windows. But even then there are other libraries available that make those topics portable between os.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

Yes that is what I need I am wonderful with console applications but with GUI no however as my carrer path needs how would I dow the GUI programing with linux.

Zssffssz
Junior Poster
180 posts since Sep 2011
Reputation Points: 6
Solved Threads: 2
 

Use one of the many libraries available for *nix. Here is a good start

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: