Dasttann777 Posted May 9, 2012 Share Posted May 9, 2012 What is C++ used for? How do you make a game like WoW? Everyone says that is not good to make gui's with C++, but Guis are my favorite! What can it do, seeing that Most Software requires a User Interface for the User? Check out my new site!Current Projects:[list][*]Hunter Console - A Small Gadget[*]HunterPad - Basic Notepad aimed at Programmers[*]Betters UP! - Betting Game[/list] Link to comment Share on other sites More sharing options...
guinness Posted May 9, 2012 Share Posted May 9, 2012 (edited) What is C++ used for? Was that a rhetorical question? Who said C++ isn't good for UI creation? I'm currently using Opera which is written in C++ and that has a fancy UI.Edit: This is a limited list, but you can clearly see C++ is used quite a lot in software development. Edited January 24, 2015 by guinness UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
Dasttann777 Posted May 9, 2012 Author Share Posted May 9, 2012 I didnt mean to come across rude, but I was more just wondering. Check out my new site!Current Projects:[list][*]Hunter Console - A Small Gadget[*]HunterPad - Basic Notepad aimed at Programmers[*]Betters UP! - Betting Game[/list] Link to comment Share on other sites More sharing options...
Mat Posted May 9, 2012 Share Posted May 9, 2012 You can make GUIs in almost any language. It just depends how much work you are willing to do. Don't expect something like AutoIt where most of the hard work is done for you (in C++ by the way) and you only have to call some very easy functions. C++ is the dominant general programming language in the world today I imagine (though I haven't see the stats recently). It is powerful, far more so than AutoIt, and of course it can make GUIs using a number of toolkits (in most cases just the Windows API, but you'll a lot of GTK+ apps as well). AutoIt Project Listing Link to comment Share on other sites More sharing options...
guinness Posted May 9, 2012 Share Posted May 9, 2012 I didnt mean to come across rude, but I was more just wondering.I didn't think you were rude, just misled. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
Dasttann777 Posted May 9, 2012 Author Share Posted May 9, 2012 Is it Multiplatform? Check out my new site!Current Projects:[list][*]Hunter Console - A Small Gadget[*]HunterPad - Basic Notepad aimed at Programmers[*]Betters UP! - Betting Game[/list] Link to comment Share on other sites More sharing options...
guinness Posted May 9, 2012 Share Posted May 9, 2012 (edited) Yes, C++ is Cross-platform. Read the wiki entry to learn more. Edited May 9, 2012 by guinness UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
jvanegmond Posted May 9, 2012 Share Posted May 9, 2012 (edited) C++ is the dominant general programming language in the world today I imagine (though I haven't see the stats recently).The stats recently. @OP, you have to be patient. First you learn programming, then you learn to make games. Doing both at once, some people have done it, but they're either not very good programmers or not very good game designers.I started game programming with C# + XNA using this tutorial. It's extremely lacking in teaching you how to program well, but it does teach you how to draw 2D and 3D objects. Don't start with this if you don't already have decent object oriented programming experience. (The tutorial ends with a single 624 line file with one class containing about 30 declarations and 15 methods.)If you need programming experience, you may as well stick with AutoIt for a year and then explore other languages. There are no "automatic winner" beginner languages, but something imperative, dynamic and weakly typed will get you a long way with relative little effort. Edited May 9, 2012 by Manadar github.com/jvanegmond Link to comment Share on other sites More sharing options...
Mat Posted May 9, 2012 Share Posted May 9, 2012 The stats recently.That's a lot of people still using C. I wonder how many of those results is people not making the distinction between the two clear, on stackoverflow one of the most common problems is people that tag a question "C/C++" when it applies to just one of them. AutoIt Project Listing Link to comment Share on other sites More sharing options...
jvanegmond Posted May 9, 2012 Share Posted May 9, 2012 That's a lot of people still using C. I wonder how many of those results is people not making the distinction between the two clear, on stackoverflow one of the most common problems is people that tag a question "C/C++" when it applies to just one of them.I wondered the same thing. If I must guess, I would say a lot. Perhaps bringing C++ to #1? github.com/jvanegmond Link to comment Share on other sites More sharing options...
Richard Robertson Posted May 9, 2012 Share Posted May 9, 2012 The stats recently.COBOL is still on that list. I'm worried for those businesses. Link to comment Share on other sites More sharing options...
trancexx Posted May 9, 2012 Share Posted May 9, 2012 Why isn't there a mention of AutoIt? What do you think where it would be positioned if included in survey? ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Mat Posted May 9, 2012 Share Posted May 9, 2012 Did a rough comparison. Google says there are ~52,100,000 results for "C Programming Language", and ~144,000 for "AutoIt Programming Language" That makes C roughly 360 times more popular than AutoIt. Thats a very simple test though. AutoIt Project Listing Link to comment Share on other sites More sharing options...
ProgAndy Posted May 9, 2012 Share Posted May 9, 2012 Thats a very simple test though.Right, very simple. A more useful comparison would be the popularity among windows programmers since AutoIt cannot be used on Unix/Linux. The Google search cannot respect that fact. *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
jvanegmond Posted May 9, 2012 Share Posted May 9, 2012 (edited) Why isn't there a mention of AutoIt?What do you think where it would be positioned if included in survey?I checked if AutoIt could be added but they say AutoIt should be presented on the other sites they mention. AutoIt is not on many of them.This is one of the downsides of having everything in one big forum. Quite a lack of exposure. Edited May 9, 2012 by Manadar github.com/jvanegmond Link to comment Share on other sites More sharing options...
Valik Posted May 9, 2012 Share Posted May 9, 2012 You can make GUIs in almost any language. It just depends how much work you are willing to do. Don't expect something like AutoIt where most of the hard work is done for you (in C++ by the way) and you only have to call some very easy functions.WTL begs to differ. MFC does too although I don't like MFC bloat. I'd argue that WTL and/or MFC present better APIs than AutoIt does because AutoIt's GUI relies on too much auto-magic bullshit and lots of buggy shit code to do things. Link to comment Share on other sites More sharing options...
Mat Posted May 9, 2012 Share Posted May 9, 2012 (edited) Right, very simple. A more useful comparison would be the popularity among windows programmers since AutoIt cannot be used on Unix/Linux. The Google search cannot respect that fact.I disagree. I think all platforms should be taken into account. If AutoIt was available for linux tomorrow then by the above logic it would become less popular overnight.WTL begs to differ. MFC does too although I don't like MFC bloat. I'd argue that WTL and/or MFC present better APIs than AutoIt does because AutoIt's GUI relies on too much auto-magic bullshit and lots of buggy shit code to do things.You will still have to deal with other language features, like types, that AutoIt covers up. I won't argue with "better" APIs, but I haven't seen anything easier (particularly for people with no programming experience) than AutoIt yet. Edited May 9, 2012 by Mat AutoIt Project Listing Link to comment Share on other sites More sharing options...
Xandy Posted May 9, 2012 Share Posted May 9, 2012 (edited) To make a game like Wow:- you need packages, headers, and systems, that are tested and comfortable for you and your team.- you'll use systems that already work and you'll write your own.- I write a bunch of functions and classes, such as:expandcollapse popupint winselect=-1; bool dragging=0; int buttonw=-1, buttonid=-1; class windowclass { public: int x, y, w, h; int windisx, windisy; int buttons; bool nodrag; #define buttonmax 30 SDL_Rect button[buttonmax]; char buttonlable[buttonmax][256]; SDL_Surface *buttonpic[buttonmax]; SDL_Surface *surf, *_surf; windowclass *wdrag; int lbuttonid; int rbuttonid; windowclass() { x=0; y=0; w=0; h=0; windisx=0; windisy=0; int i=0; buttons=0; nodrag=0; for(i=0; i<buttonmax; i++) { button[i].x=0; button[i].y=0; button[i].w=0; button[i].h=0; buttonpic[i]=NULL; } memset(buttonlable, NULL, sizeof(buttonlable)); surf=NULL; _surf=NULL; wdrag=NULL; lbuttonid=-1; rbuttonid=-1; } windowclass::makewindow(int x, int y, int w, int h, int type, int red, int green, int blue, int alpha); windowclass::addbutton(int x, int y, int w, int h); windowclass::addbutton(SDL_Rect rect, char *lable); windowclass::addbutton(SDL_Rect rect); draw(); int drag(); int drag(bool &redraw); clearwin(int x, int y, int w, int h); clearwin(); drawbackup(); }; windowclass::clearwin() { int i=0; sge_Blit(_surf, surf, 0, 0, 0, 0, w, h); } windowclass::clearwin(int x, int y, int w, int h) { sge_Blit(_surf, surf, x, y, x, y, w, h); } windowclass::addbutton(int x, int y, int w, int h) { button[buttons].x=x; button[buttons].y=y; button[buttons].w=w; button[buttons].h=h; if(buttons<buttonmax-1) buttons++; } windowclass::addbutton(SDL_Rect rect) { button[buttons]=rect; if(buttons<buttonmax) buttons++; } windowclass::addbutton(SDL_Rect rect, char *lable) { button[buttons]=rect; strcpy(buttonlable[buttons], lable); if(buttons<buttonmax) buttons++; } int windowclass::drag() { int i=0; if(mbDown[mbLEFT]==1) { if(dragging==0) { if(mouseoverrect(x, y, w, h)) { if(buttons>0) { for(i=0; i<buttons; i++) { if(mouseoverrect(x+button[i].x, y+button[i].y, button[i].w, button[i].h)) { return i; } } } SDL_GetMouseState(&mousex, &mousey); windisx = mousex - x; windisy = mousey - y; dragging=1; wdrag=this; } } } if(wdrag==this && dragging && !nodrag) { SDL_GetMouseState(&mousex, &mousey); x = mousex-windisx; y = mousey-windisy; } if(mbDown[mbLEFT]==0) { dragging=0; wdrag=NULL; } return -1; } int windowclass::drag(bool &redraw) { int i=0; if(mbDown[mbLEFT]==1) { if(dragging==0) { if(mouseoverrect(x, y, w, h)) { if(buttons>0) { for(i=0; i<buttons; i++) { if(mouseoverrect(x+button[i].x, y+button[i].y, button[i].w, button[i].h)) { lbuttonid = i; return i; } } } SDL_GetMouseState(&mousex, &mousey); windisx = mousex - x; windisy = mousey - y; dragging=1; wdrag=this; } } } if(mbDown[mbRIGHT]==1) { if(dragging==0) { if(mouseoverrect(x, y, w, h)) { if(buttons>0) { for(i=0; i<buttons; i++) { if(mouseoverrect(x+button[i].x, y+button[i].y, button[i].w, button[i].h)) { rbuttonid=i; return i; } } } SDL_GetMouseState(&mousex, &mousey); windisx = mousex - x; windisy = mousey - y; dragging=1; wdrag=this; } } } if(wdrag==this && dragging && !nodrag) { SDL_GetMouseState(&mousex, &mousey); x = mousex-windisx; y = mousey-windisy; redraw=1; } if(mbDown[mbLEFT]==0) { dragging=0; wdrag=NULL; } return -1; } windowclass::draw() { if(surf!=NULL) {// if surface of win[i] NOT = NULL then draw win[i].surf sge_Blit(surf, screen, 0, 0, x, y, w, h); } } windowclass::makewindow(int x, int y, int w, int h, int type, int red, int green, int blue, int alpha) { int i=0; if(surf!=NULL) { //SDL_FreeSurface(surf); } surf = createsurface(w, h); switch(type) { // This type variable is used to draw the surface of win case 0: { // case 0 do not fill window surface with any background colors NULL; break;} case 1: {//draws colored lines from top and bottom getting brighter on window surface for(i=0; i<h/2+1; i++) { sge_HLine(surf, 0, surf->w-2, i, int(i* 255/h*2)* red, int(i* 255/h*2)*green, int(i* 255/h*2)*blue); sge_HLine(surf, 0, surf->w-2, h-i, int(i* 255/h*2)* red, int(i* 255/h*2)*green, int(i* 255/h*2)*blue); } break;} case 2: {//draws colored lines from top and bottom getting brighter on window surface for(i=0; i<h/2; i++) { sge_HLine(surf, 1, surf->w, 1+i,127* red, 127*green , 127*blue); sge_HLine(surf, 1, surf->w, h-i-1,127* red, 127*green , 127*blue); } break;} }//end switch(type) sge_Rect(surf, 0, 0, surf->w-1, surf->h-1, 255, 0, 0); SDL_SetAlpha(surf, SDL_SRCALPHA, alpha); windowclass::x=x; windowclass::y=y; windowclass::w=w; windowclass::h=h; _surf = sge_copy_surface(surf); } windowclass::drawbackup() { freesurf(_surf); _surf = sge_copy_surface(surf); }I package it all in a template let's say SDL_Template.h, SDL_Template.hh. Then I start my projects in the way I left off of the last one.You can't just jump into making a game like Wow, you'll hurt yourself.You need a team and a viable plan. You're also going to need funding for living space, electricity, (internet helps), spaghetti, pop tarts, and coffee.Wow has money, lets just say allot. Programmers are paid to contribute to the project. I liked it better when gamers were developing games that they wanted to play.- Rock'n Roll Racing- Lost Vikings- Blackthorne- Diablo 1, 2They got paid too, but it was different then.(fuck MFC I wrote my own windowclass)Of course I say that because I am not comfortable using MFC with SDL Edited May 11, 2012 by Xandy Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker) Link to comment Share on other sites More sharing options...
GEOSoft Posted May 10, 2012 Share Posted May 10, 2012 For the OP if you need to ask what C++ is then you are a long way from the point of having to worry about writing a game. Hit the books, study hard and someday you too will be able to write "Hello World". shanet 1 George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
Dasttann777 Posted May 18, 2012 Author Share Posted May 18, 2012 For the OPif you need to ask what C++ is then you are a long way from the point of having to worry about writing a game.Hit the books, study hard and someday you too will be able to write "Hello World".Lol I can Write basic functions, I am not that new, I was just wondering.... Check out my new site!Current Projects:[list][*]Hunter Console - A Small Gadget[*]HunterPad - Basic Notepad aimed at Programmers[*]Betters UP! - Betting Game[/list] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now