Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Iscn

Members
  • Posts

    150
  • Joined

  • Last visited

    Never

Everything posted by Iscn

  1. Iscn

    Error

    Are you using a custom eclipse?
  2. Iscn

    [C++] Basics

    > Code Blocks is free and it is still updated. I first learned C++ using Dev c++ howevr the switch over to codeblocks was one of the best things I could have done. Yeah i started to use it now. Pretty nice. I only stick to Dev C++ because am still in C++ course in highschool and that is the compiler we are currently using.
  3. Thanks for this. Pretty Cool. I felt like i was back in c++ class ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) This is pretty detailed man.
  4. Iscn

    [C++] Basics

    > No thats not what i meant. Dec c++ has stoped being updated since 2005\. most c++ learning sites dont suggest using it simple simple because it hasnt got any support anymore. Also setting up an IDE isnt that hard there are step by step tutorials in every site Well it still works fine. But it in the end it doesn't matter what compiler you use. As long as you have the right code it will work. I didn't look that well into Dec ++ , i didn't see it was not supported anymore. But i have the new beta version… if it is not supported why do they keep upgrading it.
  5. > Eclipse is the entry point into game development. If you can't handle it, you'll never handle the real world. That is a good advice. Usually they quite with eclipse when it comes to customizing it.
  6. Iscn

    [C++] Basics

    > Dev c++? why would you even suggest that its been droped from its developers a long time ago Because it works. And is still used by developers. There is no C++ compiler not used. I only recommended it because the setup is easy. You can try eclipse if you want same thing. A compiler is a compiler.
  7. Why don't you just remap the thing? I am guessing your map was small BEFORE the resolution change & making the screen larger map your map smaller. Just map it again. Besides that map is easy to do.
  8. Iscn

    [C++] Basics

    > He won't move it back until you actually fix it >_> > > At least rename this "Introduction to C++ Basics" and not "C++ Hello World". It's a bit of an overload of information for someone looking to just output "hello world". Yeah lol i was thinking of changing the title but i think some one already beat me to it.
  9. What do you mean. Do you need resources or you just want to know how to add additional features to your EO.
  10. Here ya go. And don't forget to thank Joyce. **[[Download + Tutorial] Joyce's Fixed Updater](http://www.touchofdeathforums.com/community/index.php?/topic/128899-download-tutorial-joyces-fixed-updater/)**
  11. Sure look in the tutorials section.. It is in there some where… May i ask what engine you are using? EO or EO Advanced. If both just look in tutorial's section and for EO look for resizing picScreen. For EO Advanced i think the tutorial is on the first page.
  12. But is this a discussion or a plan for your game or just your general though about your mmo? Good luck & DON'T give up ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  13. Iscn

    C++

    > Is there any free C++ ?? Yeap. There is Visual Studio C++ express. It is free. There is [bloodshed C++](http://www.bloodshed.net/download.html) (no actual bloodshed ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)) Just google the Visual Studios one.
  14. Iscn

    [C++] Basics

    > Shouldn't this be moved to Programming? Magical Aeroplane asked me to rewrite it and fix errors and mistakes. Give him some time he will move it. He moved it here in the first place.
  15. > School > > [![](http://www.speedtest.net/result/2178209897.png)](http://www.speedtest.net) > > Wow just staring at the bottum right > > Faster Than 99% of CA. > > More like a world. I have never seen any one with 0 ping before.
  16. Iscn

    [C++] Basics

    Edited the topic. Please Edit your comments if you must.
  17. Iscn

    [C++] Basics

    > You seem really mixed up in your explanations. You are pointing out some basic stuff then confusing them with stuff they really dont need to know. > > Also this isnt really a start to programming at all. I suggest you explain some basic stuff like you (sort of) did and then go onto the classic hello world. Also this may just be me but i think people should learn c first. Or at least c style. > > Thanks for submitting the tut, though like Magical Aeroplane said it really is kind of a mess. Do you know c++ or are you learning yourself? > > [Edit] > > As you are editing it it is definitely improving. So should i make a seprate part just for beginners? I can make it into spoilers some parts. So beginners can learn the basics, & i guess advanced beginners can skip some parts.
  18. Iscn

    [C++] Basics

    > It's still very confusing. Are you experienced or are you new to C++? I am new, but the language is easy to learn and i put my studies into the thread.
  19. Iscn

    [C++] Basics

    > This is a terrible post. > > I am moving this to Off-Topic until you modify it to not only format it uniformally, but also edit the content to be factual information instead of a garbled mess. > > Thanks, > > Magical Aeroplane Re wrote the thread. Is it good now or just garbled mess and un factual information.
  20. Iscn

    [C++] Basics

    > "A computer can make decisions based on data given to it. A calculator is a computer because to makes decisions based on the input you give it." > > What you've written there is essentially the same thing. Data doesn't magically appear, it has to be manually inputted at some point. Yeah i wanted to give an example, like something they can relate to.
  21. Iscn

    [C++] Basics

    **Note!** * Before you start, get a C++ program editor ex:Bloodshed Dev-C++. I highly recommend it! it is free. Just google it. * After you have it follow the following steps. This is for Dev C++(i highly recomend it! Visual Studio is a bit tricky to set up) 1. After installation open it up. 2. Click on file ->> new project. 3. Name it what ever you want & select empty project. 4. Click okay and open it up. 5. Now right click on project and creat new file. 6. Rename the file but make sure it end with cpp. Ex:``` main.cpp ``` **Media:** >! ![](http://i.imgur.com/8FgEG.png) * Right now your screen is pretty blank right now. Well lets change that. * Remember to start the entire code with: ``` #include using namespace std; int main() { ``` This code does nothing so far. Our objective is to display a sentence saying hello world. Look In Spoiler For Demonstration! **Media:** >! ![](http://i.imgur.com/vNuyZ.png) Okay now to display something in c++, we use cout. (C-OUT). ``` cout
  22. @ Devo: Sorry for the missing link. I got an admin to shut down thread until i finished my custom engine. My game Title is "Heroes Of Erlor" A Fantasy MMO like wiht dragons and swords, you know classic fantasy stuff.
  23. Final Entry. Dedicated to my name. ![](http://i.imgur.com/LF5Uo.png)
×
×
  • Create New...