Ubuntu & Windows


4 replies [Last post]
NewToProgramming
NewToProgramming's picture
Offline
Joined: 2012-02-06
Points: 0

Hello people, i´m starting in programming and i don´t have a windows computer, so I thought that if i download Ubunto and install it with a virtual machine would be similar to programming in windows?

Is it different programming in Ubuntu? and is it possible to program on a virtual machine?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Duodecillian
Duodecillian's picture
Offline
I found a bug so fix it!
Joined: 2012-01-28
Points: 0

http://c.learncodethehardway.org/book/learn-c-the-hard-waych1.html#x6-90001 

 

That'll be just about all you need to set up in order to follow the tutorials pretty much to the tee. Some of the console commands will be different though. Such as building a program instead of "blahblah.c -o blahblah.exe" I believe it's "./blahblah". Feel free to correct me however. Good luck!

Kevin
Offline
When things break I did it. I am an admin!Enjoy my soothing baritone.Completionist. I am better than you.My name if Forest WiBit.Nothing on Earth could stop the coding...A Coding BeautyDriving Ms. ChickyYou maniac! You blew it up! The compiler that is.Halfsies!W007! I watched 10 vids!Boot up or shut up!I don't know when to shut up.I'm not a fanboy!
Joined: 2011-03-20
Points: 2570

To add on to Duodecillian's response... Some of the C code is Windows specific, so keep that in mind. We did these videos in Windows because we assumed that the majority of our users would be using Windows (over 70% are). In our upcoming C# course we will mix both Linux and Windows.

Good luck!!!!!!!!!!!!!!!!!!!!!

NewToProgramming
NewToProgramming's picture
Offline
Joined: 2012-02-06
Points: 0

Thanks for the responses! and yes almost everybody use windows but i don´t have money yet to buy a laptop

rccubed
rccubed's picture
Offline
Joined: 2012-02-19
Points: 0

I would like to know if it would be possible if you guys could/would add an appendix to the "leaning programming lessons" containing the *inux commands for compiling and the whatever is directly related to it. I don't know how big of a pain that would be. But it sure would help the other 20% of us that want to learn how to program!

Even if you decide not to do this, Wibit.net is still by far the greatest place I have ever seen to learn how to program! Thanks a ton! And I'll just learn the *inux stuff from the school of "Hard Knocks", that's how I've learn what little I know now. hehehe

All the best to ya!

And Thanks Again!