Thread: How restricted am I by console mode

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    84

    How restricted am I by console mode

    Hi,

    I want to get into fancy windows , directx kinda games but I have got my feet on the ground.

    I want to know what I am capable of doing in console mode as a bit of inspiration . For example my first contact with computers was in the mid 80's on a zx spectrum where you could have user defined graphics .

    Could I make a basic shoot em up in console mode or is it only suited for text based projects.

    THanks

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    ive seen some intermediate level graphics with console mode, but it really depends on the compiler and libraries you are using.

    a lot of people have borland, and that has a library called graphics.h, which includes all the basic graphics components.

    i usually use Dev C++, which has a good graphics library that you will have to get from their website (www.bloodshed.net). its harder to include, but works just as good, if not better, than the borland graphics library.

    its reccomended, though, that you get a good compiler like Visual C++ 6 if you want to do good graphics programs.

    im not a graphics programmer myself. i wish i were, but im still working my way up. this is just what ive learned from my limited experience. you would probably do better to listen to some of the more experienced guys here.
    I came up with a cool phrase to put down here, but i forgot it...

  3. #3
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    ive seen some intermediate level graphics with console mode
    I think you may of forgotton that console is simply a dos program exept you can only run it in Text Mode--which is an easy way of looking at it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 10-22-2008, 07:20 PM
  2. console mode and service mode
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 06-01-2008, 01:42 AM
  3. How to make console Mode apps like 'GNU less'?
    By gibsosmat in forum C Programming
    Replies: 4
    Last Post: 10-31-2007, 07:33 AM
  4. Console Functions Help
    By Artist_of_dream in forum C++ Programming
    Replies: 9
    Last Post: 12-04-2004, 03:44 AM
  5. Music in console mode?
    By blackwyvern in forum C++ Programming
    Replies: 1
    Last Post: 03-23-2002, 02:31 AM