|
Thread: c++
-
Sep 8th, 2000, 09:23 PM
#1
Thread Starter
Hyperactive Member
hey just looking for some feedback
i'm taking this course in my school that teaches c++
we haven't done anything yet so i'm wondering
what is c++ good for? i defintely don't see any controls in the environment like vb ... can u program anything with it?
-
Sep 9th, 2000, 08:29 AM
#2
If you really want to get into the programming field, I believe that C++ is an essential language because you can, as Mag-Net said, program almost anything in it. Most Non-Database jobs require that you know C++.
-
Sep 9th, 2000, 11:40 AM
#3
Thread Starter
Hyperactive Member
-
Sep 9th, 2000, 11:52 AM
#4
Monday Morning Lunatic
You don't see any controls because you need to specifically create an instance in most cases. C++ is a very non-automatic language - you have to do everything yourself. Which in a lot of cases is good.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 11th, 2000, 12:19 PM
#5
Addicted Member
"Most Non-Database jobs require that you know C++." ??
Megatron, I've done plenty of database oriented work in C++, I'll admit that many company's main choice of development language when it comes to databases is usally Visual Basic, with the aid of ADO , but C++ is capable of anything that a programming language is meant for , just that some of the other languages, get specific tasks done quicker, in my opinion C++ is a very essential language, if yer looking to be a "Jack of All Trades" type of programmer, it helps to be a very nice part of your knowledge, at the moment I dont do much C++ in my line of work (Web Programming, VB, ActiveX, ASP, VBScript, JavaScript, ASP, SQL, etc), I Was doing plenty of C++ few months back when writing a VPN ActiveX control that also accessed a Database on the Server componet.
-
Sep 11th, 2000, 08:54 PM
#6
Thread Starter
Hyperactive Member
i just did a very simple program that prints out "hello world" ... how come it's in a dos window?
-
Sep 11th, 2000, 09:33 PM
#7
Addicted Member
That depends, what kind of project or compiler did you compile it in, if its a Win32 Console app, thats not a DOS window, it's just a console window (which looks like dos) but still runs 32bit and everything.
-
Sep 12th, 2000, 03:57 PM
#8
Thread Starter
Hyperactive Member
i'm guessing it was a console app
i'm using visual c++ 6.0 (it has its own compiler)???
-
Sep 12th, 2000, 04:02 PM
#9
Addicted Member
Um... yea, VC++ has it's own compiler, it's a Compiler+IDE in one. and Console appz do look like they are from the DOS Console.
-
Sep 13th, 2000, 12:19 PM
#10
Monday Morning Lunatic
Actually, VC++ has a separate compiler. It's cl.exe - the linker is link.exe
The IDE is under VStudio\SharedIDE\msdev.exe (I think).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 13th, 2000, 01:35 PM
#11
Addicted Member
erm you know what I meant
You know what I mean, the Software "Visual C++ " comes with a compiler, linker, IDE, I Didnt nessarily meant it was all into one exe.
-
Sep 13th, 2000, 02:44 PM
#12
Monday Morning Lunatic
Whoops...me getting confused
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|