Search:

Type: Posts; User: eletron

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,988

    Is 2 loops c inside i, so 16*16=256

    Is 2 loops c inside i, so 16*16=256
  2. Replies
    26
    Views
    5,287

    If you use int main() you should put return 0; at...

    If you use int main() you should put return 0; at the end of code
  3. Thread: Blog

    by eletron
    Replies
    0
    Views
    1,191

    Blog

    I am writing a blog about game development :D
    http://cmorsoft.blogspot.com
  4. Thread: Game classics

    by eletron
    Replies
    21
    Views
    4,974

    Game classics

    I am writing, the videogame history.
    Please give me sugestions of game classics to review.
    If possible point to the site with a screenshot of sugested game.
    Thanks in advance.
  5. Thread: Capslock

    by eletron
    Replies
    1
    Views
    985

    Capslock

    How to detect CAPS LOCK is on?
    Thanks in the advance
  6. Replies
    1
    Views
    1,615

    Full screen console

    How to make a full screen in console?
    Thanks in advance.
  7. Thread: Save array

    by eletron
    Replies
    3
    Views
    1,505

    Save array

    How to save array to a file.
    Thanks in advance.
  8. Thread: Buttons

    by eletron
    Replies
    3
    Views
    1,025

    Buttons

    How to make a button inside a window?
    Thanks in the advance.
  9. Replies
    1
    Views
    849

    Windows language

    I want my program can reconize the windows language (Portuguese,English...)
    Where it is running.
    How to make it?
    Thanks for your time
  10. Replies
    2
    Views
    924

    I make the new icon with new. I compile the...

    I make the new icon with new.
    I compile the project.
    The exe's icon do not change still blue and black.
    And the compiler create a file .ico with the icon.
    What is missing ?
  11. Replies
    2
    Views
    924

    Change the icon.

    I had some tips but i still can make it.
    How can i change the if of the generated exe by the compiler.
    I am using visual c++ 6.0 entrepise edition
    I know how to make i icon but i do not know how...
  12. Replies
    3
    Views
    965

    I tried TerminateProcess but...

    The B process continues
    I tried: TerminateProcess("som1",NULL);
    Thanks for your time
  13. Replies
    3
    Views
    965

    How to stop a aplication

    I have aplication A, it launch apliction B with ShellExecute.
    I want to stop aplication B from aplication A.
    Thanks for your time
Results 1 to 13 of 15