Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Simple Easy to use C++ Compiler
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
famousmassacre1
Expert Cheater
Reputation: 0

Joined: 30 Jun 2008
Posts: 113
Location: San Antonio Texas

PostPosted: Tue Aug 05, 2008 9:41 pm    Post subject: Simple Easy to use C++ Compiler Reply with quote

could someone give me a link i want to learn C++
_________________
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Tue Aug 05, 2008 9:53 pm    Post subject: Reply with quote

Visual Studio, all you need.
Back to top
View user's profile Send private message
chaseC
Newbie cheater
Reputation: 0

Joined: 08 Jul 2008
Posts: 10

PostPosted: Wed Aug 06, 2008 12:40 am    Post subject: Reply with quote

Visual Studios is great 'n' all but I prefer Dev-C++ for a solid C++ compiler

also, look at "the grand library of programming tuts" for tutorials
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Wed Aug 06, 2008 1:09 am    Post subject: Reply with quote

chaseC wrote:
Visual Studios is great 'n' all but I prefer Dev-C++ for a solid C++ compiler

also, look at "the grand library of programming tuts" for tutorials


yea bro i hear that, thank god Dev-C++ uses an ancient version of mingw and generally blows in comparison
Back to top
View user's profile Send private message
famousmassacre1
Expert Cheater
Reputation: 0

Joined: 30 Jun 2008
Posts: 113
Location: San Antonio Texas

PostPosted: Wed Aug 06, 2008 8:49 am    Post subject: Reply with quote

slovach wrote:
Visual Studio, all you need.

i would get Visual C++ but its file is too much i just want a simple one

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed Aug 06, 2008 8:56 am    Post subject: Reply with quote

famousmassacre1 wrote:
slovach wrote:
Visual Studio, all you need.

i would get Visual C++ but its file is too much i just want a simple one


Simple and programming are not two words to go hand in hand for someone new to the subject. You are going to have to suck it up and deal with the fact that you will actually have to learn something.

Like slovach said, go with Visual Studio, it's probably the best C++ compiler around. I highly suggest you do not touch Dev-C++

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
FullyAwesome
I post too much
Reputation: 0

Joined: 05 Apr 2007
Posts: 4438
Location: Land Down Under

PostPosted: Thu Aug 07, 2008 4:11 am    Post subject: Reply with quote

i used dev-c++ and it worked fine for me. i didn't really use it much though and i actually went on to vb.net, for school. and i use visual studio for programming in vb.net, which is really good and i would recommend.
_________________
Back to top
View user's profile Send private message MSN Messenger
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Thu Aug 07, 2008 2:55 pm    Post subject: Reply with quote

Yeah, definitely go with VS.

I nearly died when my Computer Science teacher this year told me that we were going to use Dev-C++.

I'll probably end up bringing my VS 2008 professional copy or download the express edition.

_________________
Wiccaan wrote:

Oh jeez, watchout I'm a bias person! Locked.


Auto Assembly Tuts:
In Depth Tutorial on AA
Extended
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Thu Aug 07, 2008 3:55 pm    Post subject: Reply with quote

Visual Studio all the way. The Express Edition of Visual C++ has almost all you'll need. Dev-C++ is really more of a backup. It's outdated, not as easy to use (in my opinion) and is outdated.
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
manc
Grandmaster Cheater
Reputation: 1

Joined: 16 Jun 2006
Posts: 551

PostPosted: Thu Aug 07, 2008 5:49 pm    Post subject: Reply with quote

Use Dev-C++ to learn with (Small, beginner apps) as you get used to the syntax and basics. Then, when you get better and into bigger projects use Microsoft Visual Studios C++
_________________
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Thu Aug 07, 2008 6:08 pm    Post subject: Reply with quote

manc wrote:
Use Dev-C++ to learn with (Small, beginner apps) as you get used to the syntax and basics. Then, when you get better and into bigger projects use Microsoft Visual Studios C++


uh, why? completely pointless to do so.
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Thu Aug 07, 2008 6:30 pm    Post subject: Reply with quote

Slovach is write. It is pointless. Really don't touch Dev-C++. In fact I noticed even during the basics, if I did the exactly correct syntax, certain things wouldn't work (i.e cin.get()/getline() never worked for me o.O).
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
HalfPrime
Grandmaster Cheater
Reputation: 0

Joined: 12 Mar 2008
Posts: 532
Location: Right there...On your monitor

PostPosted: Thu Aug 07, 2008 7:05 pm    Post subject: Reply with quote

I've used Dev since I started and have only started hating it in the past few months. It works just fine as long as your programs are completely standard, but if you try to do something a bit different, Dev-CPP becomes a brick wall.
VS is probably the best option. Start with it, end with it.

_________________
Back to top
View user's profile Send private message
FullyAwesome
I post too much
Reputation: 0

Joined: 05 Apr 2007
Posts: 4438
Location: Land Down Under

PostPosted: Thu Aug 07, 2008 7:59 pm    Post subject: Reply with quote

manc wrote:
Use Dev-C++ to learn with (Small, beginner apps) as you get used to the syntax and basics. Then, when you get better and into bigger projects use Microsoft Visual Studios C++


visual studio is probably easier for beginners, especially with intellisense.

_________________
Back to top
View user's profile Send private message MSN Messenger
manc
Grandmaster Cheater
Reputation: 1

Joined: 16 Jun 2006
Posts: 551

PostPosted: Thu Aug 07, 2008 8:16 pm    Post subject: Reply with quote

Well, I suppose it varies from person to person but when I do small projects, I use Dev primarily because it has the fastest loading time and the easiest layout (For me). When I started, MSVC++ compiler seemed very complicated, but hey, thats just me Razz
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites