Click to See Complete Forum and Search --> : c++
xxispawn01xx
04-19-2003, 10:53 PM
guys i wanted to know i am beggining to learn C++ and ppl say its better under unix/linux would the coding be the same like for the regular hello world programs, could someone point me out to some docs :)? help in future ;)
Brocket99
04-19-2003, 10:59 PM
i found a copy of sams teach yourself c++ in 21 days online about a year ago and read it all. but.. alas, windows sucks. i never had the resources needed to learn to program useful **** in windows, although i can read the language along with c now :).
If you like your windows you should buy a book to teach yourself the syntax and concepts involved, and then another on how to apply your knowledge. Reading off of the screen causes migraines!
i came to linux for my delve into the internals. I have a book on linux system administration and introduction to c in linux , rute of course :), and i also bought one on understanding the linux kernel.
sharth
04-19-2003, 11:19 PM
I use code-warrior (mac) at school, and g++ at home. The only confict I have had so far is with randomizing, and that soem libraries are ins crewed up places.
xxispawn01xx
04-19-2003, 11:35 PM
so u guys have a windows parition ? how is vmware on linux doesnt anyone use it?
jetblackz
04-20-2003, 01:06 AM
vmware latest version finally lets you share folders = copying files between linux and the virtual Windows. No it didn't before.
It runs all, I mean all, apps except 3d games.
http://jetblackz.freeservers.com/
I wonder why there are more and more people wanting to learn C++ these days. How about start with Java?
fleemos
04-20-2003, 03:08 AM
I'm not absolutely sure but in theory if you are prgramming in standard c++ it should work. In theory it should but it never does.
sharth
04-20-2003, 01:47 PM
Originally posted by jetblackz
vmware latest version finally lets you share folders = copying files between linux and the virtual Windows. No it didn't before.
It runs all, I mean all, apps except 3d games.
http://jetblackz.freeservers.com/
I wonder why there are more and more people wanting to learn C++ these days. How about start with Java? the high school ap program im in rotates ap c++ and ap java. i got c++, next year is c++.
xxispawn01xx
04-20-2003, 06:14 PM
wat compiler do u guys use :)?
sharth
04-20-2003, 07:04 PM
Originally posted by xxispawn01xx
wat compiler do u guys use :)? for me, look up 4 some posts. code-warrior at school and g++ at home.