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 


Very simple calculator

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

Joined: 03 Dec 2006
Posts: 290
Location: On CEF

PostPosted: Wed Feb 20, 2008 9:37 am    Post subject: Very simple calculator Reply with quote

here is my second program a simple calculator....


The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________


If Ur At Kradia PM me!
Back to top
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Wed Feb 20, 2008 9:42 am    Post subject: Reply with quote

I say it is bloody good for a second program Smile


@wiccaan if you see this then read my PM.
Back to top
View user's profile Send private message
MaXiMo
Master Cheater
Reputation: 0

Joined: 03 Dec 2006
Posts: 290
Location: On CEF

PostPosted: Wed Feb 20, 2008 9:45 am    Post subject: Reply with quote

ty Laughing lol im using a very good book i started yesterday and now i understand lots of things
_________________


If Ur At Kradia PM me!
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Feb 20, 2008 10:44 am    Post subject: Reply with quote

Lol!
This can be done much more easier in vb.

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
MaXiMo
Master Cheater
Reputation: 0

Joined: 03 Dec 2006
Posts: 290
Location: On CEF

PostPosted: Wed Feb 20, 2008 10:46 am    Post subject: Reply with quote

nah.....i prefer to do it in c++
_________________


If Ur At Kradia PM me!
Back to top
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Wed Feb 20, 2008 10:54 am    Post subject: Reply with quote

Naablet wrote:
Lol!
This can be done much more easier in vb.


And? C++>VB
VB sucks. VB if just for easy code, C++ for advanced code
Back to top
View user's profile Send private message
MaXiMo
Master Cheater
Reputation: 0

Joined: 03 Dec 2006
Posts: 290
Location: On CEF

PostPosted: Wed Feb 20, 2008 11:03 am    Post subject: Reply with quote

yea VB is for lazy noobies i like c++ its more complex
_________________


If Ur At Kradia PM me!
Back to top
View user's profile Send private message
killersamurai
Expert Cheater
Reputation: 0

Joined: 10 Sep 2007
Posts: 197
Location: Colorado

PostPosted: Wed Feb 20, 2008 11:17 am    Post subject: Reply with quote

Here is another way to change the title and color of the console. You can check out the functions on the msdn if you want to learn more about them.
Code:

if (!SetConsoleTitle(L"Calculator"))
      std::cout << "There was an error setting the console title\n";
   else
   {
      HANDLE hOutput = GetStdHandle(STD_OUTPUT_HANDLE);
      if ( hOutput != INVALID_HANDLE_VALUE)
      {
         if (!SetConsoleTextAttribute(hOutput, FOREGROUND_GREEN))
            std::cout << "There was an error setting the text color\n";
      }
   }


You have to include <windows.h> to use these functions.
Back to top
View user's profile Send private message
XxOsirisxX
Grandmaster Cheater Supreme
Reputation: 0

Joined: 30 Oct 2006
Posts: 1597

PostPosted: Wed Feb 20, 2008 8:14 pm    Post subject: Reply with quote

masterkert3 wrote:
Naablet wrote:
Lol!
This can be done much more easier in vb.


And? C++>VB
VB sucks. VB if just for easy code, C++ for advanced code


VB is not neccessary easy in all aspects. C++ is easy btw.

_________________

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