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 


[New to programming] ASM/C++ help

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Amak
Expert Cheater
Reputation: 0

Joined: 15 Jul 2006
Posts: 110

PostPosted: Thu Apr 12, 2007 4:34 pm    Post subject: [New to programming] ASM/C++ help Reply with quote

Hey, Im new to programming and I have been looking through the programming section of the forum and it sounds like ASM and C++ would be somewhere to start from. If any one could give me any advice on which would be better to start with and where i could get started with this it would be greatly appreciate.

Thanks
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Thu Apr 12, 2007 4:43 pm    Post subject: Reply with quote

you typed ASM first so you already know what your heart wants Smile
_________________
Back to top
View user's profile Send private message
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Thu Apr 12, 2007 4:46 pm    Post subject: Reply with quote

You can use asm in C++ so learn both =)
_________________
Back to top
View user's profile Send private message
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Thu Apr 12, 2007 4:49 pm    Post subject: Reply with quote

mASM <3
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Amak
Expert Cheater
Reputation: 0

Joined: 15 Jul 2006
Posts: 110

PostPosted: Thu Apr 12, 2007 5:25 pm    Post subject: Reply with quote

What is the difference between ASM and mASM?
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Thu Apr 12, 2007 5:27 pm    Post subject: Reply with quote

mASM is an assembler

see the masm32 project

_________________
Back to top
View user's profile Send private message
Amak
Expert Cheater
Reputation: 0

Joined: 15 Jul 2006
Posts: 110

PostPosted: Thu Apr 12, 2007 5:47 pm    Post subject: Reply with quote

appalsap wrote:
mASM is an assembler

see the masm32 project


thanks. in this it recommends learning a compiler first so i guess ill start with C++

Edit:
hey, i have been trying to use the learn C++ in 21 days tut at http://www.hurgh.org/books/c++_in_21_days/htm/fm.php using bloodshed dev-c++ and im finding that all of the code needs tweaking.
even in the very first program you have to make things have to be changed they dont tell you about Confused not sure if im doing somthing wrong or not so any ideas/solutions would be great. heres what they say to put in



Code:
#include <iostream.h>

int main()
{
   cout << "Hello World!\n";
       return 0;
}
Back to top
View user's profile Send private message
muffinman177
Master Cheater
Reputation: 0

Joined: 09 Dec 2006
Posts: 377
Location: Drury Lane

PostPosted: Tue Apr 17, 2007 3:40 pm    Post subject: Reply with quote

Code:

#include <iostream>

using namespace std;

int main()
{
  cout<<"Hello World!\n";
  cin.get();

  return 1;
}

That's how you do it.

It's basically the same thing as
Code:

#include <iostream>
using namespace std;
int main()
{
  cout<<"Hello World!\n";
  cin.get();
}
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
Page 1 of 1

 
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