QUOTE
first of all, are there programs to make things with c++?
second, do vido game makers use c++?
1. A complier such as Visual Basic C++ (part of the visual studio 6 from microsoft) or borland's complier are the two big ones. If you want the hookup just pm me.
2. Most video game makers use c++.
I'll sell you my account name/password for my virtual library account with multiples upon multiples of programming books (as well as networks, security, and such as) for 9700 minerals.
QUOTE
Isolate: The truth is i don't even tryed Any kind of programming instead RPG Maker... All I know there is : visual basic, C++ and C/C++
Then how can you say visual basic is the easiest? It's like saying eating deer tastes bad when you haven't even tasted it. Anyways, you're wrong... qbasic is the easiest and pwnz all of you.
QUOTE
There are probably automation programs and code samples you can use to help make things.
But that's not actually learning.
QUOTE
I agree with Sessase virtual Basic is alot better to start out with. C++ can get difficult if you don't know your fundimentals. its like math you can't do geometry unless you know algebra.
More like saying you have to learn algebra before you learn english. Fundimentals can be learned in any language, no language is going to teach you it any easier. Declaring a variable, arrays, loops, etc are basically the same in vb and in c++. However, vb is event driven and c++ is object orientied so why bother

ing around with an entirely different language before learning what you want to learn? VB is best for fast production of an api or prototypes.