Create C++ Programs on the EEE PC

Create C++ Programs on the EEE PC
How To create, edit, and execute C++ programs on the ASUS EEE PC.

Please remember to leave constructive criticism only.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Learn C++

Learn C++
If you already know C++ then you are welcome to skip this step....

If you don't then I suggest you go to one of these sites and learn C++ first.

The information won't be very useful if you can't practice on an IDE, so give the tutorials a while and see if this really looks like something you want to get into.

http://www.cplusplus.com/doc/tutorial/

http://www.learncpp.com/

http://www.3dbuzz.com

Use these or just go to Google and search for "C++ Tutorial"
« Previous StepDownload PDFView All StepsNext Step »
24 comments
Apr 4, 2009. 9:27 PMjlafay says:
There are a two other C++ IDE's for windows that work well and are worth mentioning. I started using CodeLite recently on my newest win machine and I love it. It uses the win GCC port, MinWG and can also compile using the vc++ compiler if you wish to do so. CodeLite can be found @ http://www.codelite.org

The other that I like and use on another machine is Code::Blocks. It too uses MinGW, VC++ and pretty much any other c++ compiler or compiler suite out there. You can find it at http://www.codeblocks.org

Both IDEs work well and aren't as resource heavy as vc++ express. Furthermore, they're both FOSS which is great :) Since you can use gcc or mingw it makes portability a little bit easier, depending on what software you're writing of course.

-jlafay
Mar 10, 2009. 7:51 PMFreeTom says:
hahaha sorry I just had to put this in but that's just too funny.
"Step 1: Learn C++" it might as well say "Step 1: Learn Japanese"
Anyway I've been teaching myself C++ for about 3 months now, it's pretty hard getting going but to add to your list of resources here, try http://www.3dbuzz.com and register as a free user, they have hours and hours of awesome videos on learning C++. The videos by themselves aren't going to teach you everything but gives a great knowledge base to work on with reading material. They have a testimonial section there and most users have said they tried with books first, failed, then after watching a few of their training videos it all became a lot more clear.
Mar 10, 2009. 7:54 PMFreeTom says:
Oh one more thing, it doesn't make a whole lot of sense at this point to learn C++ without an IDE... this should've been step 3 really...
Oct 22, 2008. 11:28 PMthepaul1993 says:
i want a eee so bad
Oct 24, 2008. 1:11 AMthepaul1993 says:
sweet, how do you add more SSD drive space, do you just replace a card?
Oct 26, 2008. 9:44 PMthepaul1993 says:
ok
Aug 11, 2008. 3:16 PMpeach_fart says:
maybe ill try this when i get advanced desktop on my eee pc...
Aug 2, 2008. 7:56 PMJestersage says:
There's actually a better way: EE PC SDK. This will provide the best compatibility.
Aug 3, 2008. 12:25 PMJestersage says:
The EEE PC SDK comes with a complete OS (non live) and all the tools It need:
  • Xandros Desktop Open Circulation Version 4.5
  • QT
  • Eclipse
  • QT plugin for Eclipse
  • Debian packaging wizard developed by Xandros
With these, you can make GUI-based EEE PC application easily. G++ is still do able, but will be more complicated... and you still need the QT library, which is the library employed by the default EEE-PC-Linux's Window manager

Detail instruction here

Also, don't forget that Some EEE PC comes with Windows XP (and in that case, Visual C++ express could be better), and there was rumors that future EEE PC will instead run Ubuntu Mobile Edition, which will use GTK libraries instead.
Aug 3, 2008. 9:28 AMannex666 says:
The command line in the third image is incorrect - the name of the output should be placed directly after the -o flag, e.g: g++ -g -o my_binary source_1.cpp source_2.cpp
Aug 2, 2008. 5:44 PMCoffee bean says:
so does the eee pc run a linux based OS?
Aug 2, 2008. 8:56 PMthreecheersfornick says:
Yes. Xandros, but tweaked a bit, I think. They can also run ubuntu, windows XP, or whatever else you want.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
1
Followers
4
Author:mattameo213