|
|
|
|
![]() ![]() |
May 24 2008, 05:55 PM
Post
#1
|
|
|
Kinda N00B Group: Members Posts: 220 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
Hey!
I have some questions about C++. 1. Can you build robots with it, or is it only for computers? 2. If the first question is yes, then is there anything else I can create, more than robots, using C++ outside of the computer I am using atm? and if yes, any exapmles? 3. Can you create RPG games like World of Warcraft and strategy games like Warcraft 3? 4. Can you create your own Operative System (OS)? I just want to know how strong C++ really is. Thank you. //Feelay |
|
|
|
May 24 2008, 08:25 PM
Post
#2
|
|
|
Advanced Member Group: [HOSTED] Posts: 177 Joined: 25-December 07 Member No.: 27,129 |
C++ is a very powerful language, to answer your questions:
1. Possibly, depends on your definition of a robot. 2. Ditto, depends on your definition. 3. Yes. That's easily possible with C++. 4. Yes, but it'll require assembly language too, operating systems need assembly for the lower level tasks. |
|
|
|
May 27 2008, 06:00 PM
Post
#3
|
|
|
Member [ Level 1 ] Group: [HOSTED] Posts: 34 Joined: 15-May 08 Member No.: 30,356 |
find my ans,
1. Can you build robots with it, or is it only for computers? : Yes but preferred is embedded C with microcontroller, You can program microcontroller with C++ also. 2. If the first question is yes, then is there anything else I can create, more than robots, using C++ outside of the computer I am using atm? and if yes, any exapmles? : As i already mention C++ can be used for embedded probramming that means you can use it to program hand held device, many type of automation, mobile application development etc.. list grows... 3. Can you create RPG games like World of Warcraft and strategy games like Warcraft 3? : Yes .. very well used in game development , there are many C++ librarys to develop games. 4. Can you create your own Operative System (OS)?: Yes but not preferred, as C is the strong language for this. |
|
|
|
May 27 2008, 06:55 PM
Post
#4
|
|
|
Kinda N00B Group: Members Posts: 220 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
ok. thank you.
Another fast question. The difference between c++ and visual c++ is that visual c++ uses windows instead of that black boxes both use the cout <<"blabla"; etc.? or is it any differences when it comes to coding? |
|
|
|
May 27 2008, 07:13 PM
Post
#5
|
|
|
Colonel Panic Group: [MODERATOR] Posts: 2,735 Joined: 25-March 05 From: Toronto, Ontario, Canada Member No.: 3,233 |
As far as I know, Visual C++ is only an Integrated Development Environment (IDE) for C++ programming, which is provided by Microsoft and is part of their Visual Studio. I tend to use Netbeans since I can program in C, C++ and Java on the same IDE and it's free!
Visual C++ is not another programming language. xboxrulz |
|
|
|
May 28 2008, 10:11 AM
Post
#6
|
|
|
the Q Group: [HOSTED] Posts: 1,022 Joined: 13-July 05 From: Lithuania, Vilnius Member No.: 7,059 |
both use the cout <<"blabla"; etc.? or is it any differences when it comes to coding? cout << "blabla"; usually works with command line applications, using such things like visual c++ and creating a windows form application, I doubt you would find where to use cout, usually you don't even include <iostream> and etc. you're using the visual c++ programming, something->somewhere.text = "blabla"; |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 8th September 2008 - 09:49 AM |