Thread: What is int initConsole(int& Width, int& Height, int& FullScreen, int& Flags, Screen

  1. #1
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020

    What is int initConsole(int& Width, int& Height, int& FullScreen, int& Flags, Screen

    HI,

    I don't know if this is C++ or not, but i found this in a 'simple' C++ program. The program has no int main(). BUt it has
    Code:
    int initConsole(int& Width, int& Height, int& FullScreen, int& Flags, Screen* S)
    I supose that this controls the flow of the whole program? Do you only do this in C++? Or possibly, is this a windows feature only? What does it do?

    Thnx in advance

  2. #2
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    If this is not a C++ feature pls at least let me know.

  3. #3
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    looks liek a fullscren code
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  4. #4
    I KNOW!

    It's a sample of code from the Photon Effect SDK.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. NEED HELP READING FILE and PRINTING
    By geoffr0 in forum C Programming
    Replies: 4
    Last Post: 04-16-2009, 05:26 PM
  2. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  3. Drawing Program
    By Max_Payne in forum C++ Programming
    Replies: 21
    Last Post: 12-21-2007, 05:34 PM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. A Simple (?) Problem
    By Unregistered in forum C++ Programming
    Replies: 8
    Last Post: 10-12-2001, 04:28 AM