Search:

Type: Posts; User: mrtechguy

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    3,535

    Thanks that works although the WINBASEAPI parrt...

    Thanks that works although the WINBASEAPI parrt was creating errors so i ridded of it.

    Thanks Again
    MTG
  2. Replies
    19
    Views
    3,535

    where do you find functions within this file ...

    where do you find functions within this file

    what do they look like?
  3. Replies
    19
    Views
    3,535

    where do you find functions within this file ...

    where do you find functions within this file

    what do they look like?
  4. Replies
    19
    Views
    3,535

    DEV C++ Still doesn't like line 12 although this...

    DEV C++ Still doesn't like line 12 although this has fixed the rest of its moaning

    LOG For the record:

    C:\Documents and Settings\msmith\Desktop\binary.cpp: In function `void...
  5. Replies
    19
    Views
    3,535

    just a few problems with this (within the coding)...

    just a few problems with this (within the coding)
    binary.cpp: In function `int main()':
    binary.cpp:9: error: `launchfullscreen' undeclared (first use this function)
    binary.cpp:9: error: (Each...
  6. Replies
    19
    Views
    3,535

    One about how to make a program run fullscreen ...

    One about how to make a program run fullscreen :p



    Where did i put this if it was after main() then it will still run in a small window and not make it full screen.

    Just in case you are...
  7. Replies
    19
    Views
    3,535

    Making Program Launch Full Screen

    How am I able to make the following program (as a school project) launch fullscreen without pressing Alt+Enter efter it has launched



    #include <stdio.h>


    int main()
    {
    while(1)
Results 1 to 7 of 7