Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: question on use of global scope operator Pin
digwizfox19-Jul-04 14:44
digwizfox19-Jul-04 14:44 
GeneralRe: question on use of global scope operator Pin
Bhaskar19-Jul-04 19:32
Bhaskar19-Jul-04 19:32 
GeneralRe: question on use of global scope operator Pin
digwizfox20-Jul-04 12:06
digwizfox20-Jul-04 12:06 
GeneralHooking Pin
gamitech19-Jul-04 12:13
gamitech19-Jul-04 12:13 
GeneralRe: Hooking Pin
User 665819-Jul-04 12:28
User 665819-Jul-04 12:28 
GeneralRe: Hooking Pin
bikram singh19-Jul-04 12:45
bikram singh19-Jul-04 12:45 
GeneralScripting for Game Mods... Pin
mztrjimmy19-Jul-04 12:10
mztrjimmy19-Jul-04 12:10 
GeneralRe: Scripting for Game Mods... Pin
Andrew Walker19-Jul-04 13:56
Andrew Walker19-Jul-04 13:56 
mztrjimmy wrote:
I would like to know if someone can lead me in the right direction as to what, where or who I need to talk too

Start slowly.
SoftICE and the other tools are fairly 'Hard Core' types of things that you don't want to mess around with unless you have to because of the steep learning curve. My suggestion is that Microsoft Visual Studio is the easiest way to get started in most languages - especially compared to notepad.

Scripting
Scripting is a great way to get started with modding games, neverwinter nights and unreal tournament both have scripting system that have been used extensively.

Learn the syntax of one major language.
C++ is a great place to start, but C# and java are IMO slightly easier to get started with, if you get really serious then you'll probably come back to c++ eventually anyway.

Learn the basics of win32 programming.
The easiest way to get started is MFC, when you feel comfortable with MFC try the raw win32 API. Also, don't neglect the operating system fundamentals like sockets and threads - apart from being useful in general they form the backbone of almost all server applications.

Who to talk to?
Game Programming
http://www.flipcode.com[^]
http://www.gamedev.net[^]

Windows / MFC
Here of course! Big Grin | :-D


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralRe: Scripting for Game Mods... Pin
mztrjimmy19-Jul-04 15:09
mztrjimmy19-Jul-04 15:09 
GeneralDynamically Added Menu Items Greyed Pin
skonopa19-Jul-04 11:20
skonopa19-Jul-04 11:20 
GeneralRe: Dynamically Added Menu Items Greyed Pin
Michael Dunn19-Jul-04 12:10
sitebuilderMichael Dunn19-Jul-04 12:10 
GeneralRe: Dynamically Added Menu Items Greyed Pin
skonopa20-Jul-04 5:15
skonopa20-Jul-04 5:15 
GeneralCurrent Working Directory Pin
alexdevmaster19-Jul-04 11:00
alexdevmaster19-Jul-04 11:00 
GeneralRe: Current Working Directory Pin
vcplusplus19-Jul-04 11:20
vcplusplus19-Jul-04 11:20 
GeneralRe: Current Working Directory Pin
Ivan Cachicatari19-Jul-04 18:07
Ivan Cachicatari19-Jul-04 18:07 
GeneralRe: Current Working Directory Pin
Ivan Cachicatari26-Jul-04 18:52
Ivan Cachicatari26-Jul-04 18:52 
GeneralMouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 8:23
User 1278219-Jul-04 8:23 
GeneralRe: Mouse Cursor Drawing Resolution Pin
Alexander Wiseman19-Jul-04 10:22
Alexander Wiseman19-Jul-04 10:22 
GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 10:39
User 1278219-Jul-04 10:39 
GeneralRe: Mouse Cursor Drawing Resolution Pin
bikram singh19-Jul-04 11:11
bikram singh19-Jul-04 11:11 
GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 11:46
User 1278219-Jul-04 11:46 
GeneralRe: Mouse Cursor Drawing Resolution Pin
bikram singh19-Jul-04 12:31
bikram singh19-Jul-04 12:31 
GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 13:24
User 1278219-Jul-04 13:24 
GeneralRe: Mouse Cursor Drawing Resolution Pin
Alexander Wiseman19-Jul-04 15:47
Alexander Wiseman19-Jul-04 15:47 
GeneralRe: Mouse Cursor Drawing Resolution Pin
Alexander Wiseman19-Jul-04 15:56
Alexander Wiseman19-Jul-04 15:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.