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 


[Request]Im new in c++ need help
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
Aviram
Grandmaster Cheater
Reputation: 0

Joined: 30 Jun 2006
Posts: 633

PostPosted: Wed Sep 05, 2007 12:32 pm    Post subject: [Request]Im new in c++ need help Reply with quote

Hello guys,I wanted to know, where can i get include files for my projects in C++? which web, where to search, tried at google nothing that was helpfull
hmm and btw i need those include files
afxwin.h
afxext.h
afxdtctl.h
afxcmn.h
afxmt.h
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Wed Sep 05, 2007 12:35 pm    Post subject: Reply with quote

Those are MFC header files, are you using Visual Studio?
Back to top
View user's profile Send private message
Aviram
Grandmaster Cheater
Reputation: 0

Joined: 30 Jun 2006
Posts: 633

PostPosted: Wed Sep 05, 2007 12:37 pm    Post subject: Reply with quote

dev-cpp =\
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Wed Sep 05, 2007 12:40 pm    Post subject: Reply with quote

So you took that code from someone else?
Back to top
View user's profile Send private message
zart
Master Cheater
Reputation: 0

Joined: 20 Aug 2007
Posts: 351
Location: russia

PostPosted: Wed Sep 05, 2007 12:46 pm    Post subject: Reply with quote

As far as I can remember, MFC is only going to be available using MSC++.

Though I know someone will correct me if this has changed.

_________________
0x7A 0x61 0x72 0x74

TEAM RESURRECTiON
Back to top
View user's profile Send private message
Aviram
Grandmaster Cheater
Reputation: 0

Joined: 30 Jun 2006
Posts: 633

PostPosted: Wed Sep 05, 2007 12:48 pm    Post subject: Reply with quote

I need to use its fuctions, and its an open source :\
Back to top
View user's profile Send private message
zart
Master Cheater
Reputation: 0

Joined: 20 Aug 2007
Posts: 351
Location: russia

PostPosted: Wed Sep 05, 2007 12:51 pm    Post subject: Reply with quote

aviram1994 wrote:
I need to use its fuctions, and its an open source :\


Download an MS express edition, or seek alternative functions (code your own)


Or search for a torrent and get your hands on msc++

_________________
0x7A 0x61 0x72 0x74

TEAM RESURRECTiON
Back to top
View user's profile Send private message
Aviram
Grandmaster Cheater
Reputation: 0

Joined: 30 Jun 2006
Posts: 633

PostPosted: Wed Sep 05, 2007 12:52 pm    Post subject: Reply with quote

What's MS Express edition?
Back to top
View user's profile Send private message
zart
Master Cheater
Reputation: 0

Joined: 20 Aug 2007
Posts: 351
Location: russia

PostPosted: Wed Sep 05, 2007 12:53 pm    Post subject: Reply with quote

aviram1994 wrote:
What's MS Express edition?


http://msdn2.microsoft.com/en-us/express/aa700735.aspx

_________________
0x7A 0x61 0x72 0x74

TEAM RESURRECTiON
Back to top
View user's profile Send private message
Aviram
Grandmaster Cheater
Reputation: 0

Joined: 30 Jun 2006
Posts: 633

PostPosted: Wed Sep 05, 2007 12:57 pm    Post subject: Reply with quote

Thanks, and i wanted to ask, How do i get style for my gui? there's no a good soft with menu to create gui for C++ Codes?
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Wed Sep 05, 2007 12:59 pm    Post subject: Reply with quote

You come from visual basic or delphi, don't you Rolling Eyes

In C/C++, GUIs are created with code. If you can't handle that, quit now; there are plenty of fake watered down "languages" for people like you.
Back to top
View user's profile Send private message
zart
Master Cheater
Reputation: 0

Joined: 20 Aug 2007
Posts: 351
Location: russia

PostPosted: Wed Sep 05, 2007 1:01 pm    Post subject: Reply with quote

aviram1994 wrote:
Thanks, and i wanted to ask, How do i get style for my gui? there's no a good soft with menu to create gui for C++ Codes?


gui toolkit c++


Though I agree with app, you should be able to do most of this yourself.

_________________
0x7A 0x61 0x72 0x74

TEAM RESURRECTiON


Last edited by zart on Wed Sep 05, 2007 1:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
Aviram
Grandmaster Cheater
Reputation: 0

Joined: 30 Jun 2006
Posts: 633

PostPosted: Wed Sep 05, 2007 1:01 pm    Post subject: Reply with quote

I came from delphi but its annoying to get cord for every lil thing :\ I can handle this but i just wondered if theres a choice :\
edit :
ty zart, downloading the Visual C++ Express in 185kb Razz 23/68 mb downloaded already
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Sep 05, 2007 1:11 pm    Post subject: Reply with quote

i set up my GUI using delphi then just convert it using properties to c++

i just get coords, etc with it

try it

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

Joined: 30 Jun 2006
Posts: 633

PostPosted: Wed Sep 05, 2007 1:21 pm    Post subject: Reply with quote

MS Express edition shows error when i try to compile X_X
1>------ Build started: Project: , Configuration: Debug Win32 ------
1>Compiling...
1>StdAfx.cpp
stdafx.h(15) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory
1>Build log was saved at Debug\BuildLog.htm"
1>- 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skip
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