This is a discussion on "Using C++" within the Other Programming Languages section. This forum, and the thread "Using C++ are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Using C++
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Using C++
What type of programs can you build using C++. My friend built a program for teachers to calculate grades and put files and other stuff on record and makes about 3,000 every other week or so but I'm not sure what he used to build the program. I just need help getting started. I have all the basic knowledge of HTML & CSS but I was wanting to further my cpu skills by learning how to make programs and stuff so my ? is where should I start?
Where should I start learning programming material? |
|
|
|
|||
|
Re: Using C++
Yay, a question that I can fully answer
First of all, there is no end to the possibilities of C++, you can do everything from program basic programs to advanced Programs like Photoshop. You can even make games for Computers, and if your really talented you can program a game for game consoles. C++ is a great language to learn because it is so powerful and very usefull. If you would like to learn I would highly recoommend Sam's Teach Yourself C++ in 21 days, gonna cost you about $23, not bad at all. This is the best book by far to learn C++ and comes highly recommended by several forumz. This book is really informative and will walk you from basics to the end. I'd suggest that you take 3 days a week instead of the 7. It'll keep ya learning and let ya have time to review your material. Also if you get stuck when trying to learn I have that book and would be more than happy to help you out. |
|
|||
|
Re: Using C++
Well, I have been studying on C++ programming and practicing. Though I don't see how you could get from the codes that I'm typing to a video game. You would need other files that contain the graphics and such things. So really what your saying is that with C++ for example let me use the script to the play. You can write the script and that is how everything will work, but you still need the actors and setting to make it full active. Same way with advance programs like photoshop and video games. YOu can write the source code but you will still need templates for the program and graphics also.
Am I right? I do need other things? |
|
|||
|
Re: Using C++
Well thats the beuaty with C++. You don't need anything else to do these things, well except of course to create the graphics. But besides that, C++ can handle everything else. Now C++ is not like any other language, it has Library packs you will be using, (basically pre-written C++ code that you will call in a program to run a specific function) and this will help you do almost everything.
You won't be introduced into graphics until the very back of the tutorial books, its one of the last things you learn. For graphics, you can use DirectX for 3d, or for 2d. These are basically pre-written C++ programs that work as a graphics Engine, and they work so well, that most software companies use these. Here's a great reference link that will explain these things better, becuase the questions you are asking deserve a good answer, and you can find them here. http://www.gamedev.net/reference/ . (Even if you aren't creating games, you can still learn a lot from this reference listing) |
|
|||
|
Re: Using C++
Right now I'm stuck on how I can add more questions and get a percentage for all of it as the grade for the test at the end. Any help would be appreciated. Thanks !!!!!! |
![]() |
| Tags |
| using |
| Thread Tools | |
|
|