The Programming Beginning
Moderator: wizme
-
- Sacrificer
- Posts: 35
- Joined: Mon Sep 07, 2009 12:59 am
Re: The Programming Beginning
we need more programming tutorial so as to make hacks
Re: The Programming Beginning
Erm...what compiler do you all use for C++? I'm using Visual C++ but i saw from the webside b4,they say that Visual C++ had became a language different from C++... Some code are different too
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: The Programming Beginning
Visual C++ has every features you need for different API. Including MFC, WIN32 API, and .Net. Depends on which one you want to learn off, but basically, they doing the same(I don't know much about MFC cause I never look into it). .Net is kinda powerful as it is able to adapt the unmanaged code into it. Anyway, if you're using .Net C++, make sure you know which Framework you using as people need to install the Framework as well.wmagicw wrote:Erm...what compiler do you all use for C++? I'm using Visual C++ but i saw from the webside b4,they say that Visual C++ had became a language different from C++... Some code are different too
I suggest using Borland C++ a.k.a Embarcadero RAD 2010. It is much easier and less problems. No doubt Visual C++ is good but BCB is far more easier.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

Re: The Programming Beginning
I've learned a little bit Visual C++, and i found a video tutorial... I'm not sure whether it's good or not... Can u pls help me to see it and check it whether it's good or not?Nerrazzuri wrote:Visual C++ has every features you need for different API. Including MFC, WIN32 API, and .Net. Depends on which one you want to learn off, but basically, they doing the same(I don't know much about MFC cause I never look into it). .Net is kinda powerful as it is able to adapt the unmanaged code into it. Anyway, if you're using .Net C++, make sure you know which Framework you using as people need to install the Framework as well.wmagicw wrote:Erm...what compiler do you all use for C++? I'm using Visual C++ but i saw from the webside b4,they say that Visual C++ had became a language different from C++... Some code are different too
I suggest using Borland C++ a.k.a Embarcadero RAD 2010. It is much easier and less problems. No doubt Visual C++ is good but BCB is far more easier.
This playlist
Thx
-
- Novice Knight
- Posts: 5
- Joined: Sat Jan 15, 2011 4:27 pm
Re: The Programming Beginning
i got a "C++ for dummies, 7 book in 1" is that a good book to start learning c++?
Re: The Programming Beginning
unless u just started to learn how to use computer and dunno wad does alt f4 does, i suggest u use c++ for dummies.
-
- Headmaster of Darkness
- Posts: 648
- Joined: Tue Sep 08, 2009 2:59 pm
- Location: Brunei Darussalam
- Contact:
Re: The Programming Beginning
the For Dummies book is alot easier to understand compared to the one I downloaded free from microsoft.happy125 wrote:unless u just started to learn how to use computer and dunno wad does alt f4 does, i suggest u use c++ for dummies.