Results 1 to 2 of 2

Thread: A simple question (I think)

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    Arvika, Sweden
    Posts
    3

    Question A simple question (I think)

    I just have a simple question, how can I add an icon to the exe when I make an console program (in Visual C++)? Help me please, maybe some step for step(?) instructions?

    One more thing, dosen't the clrscr() works with Visual C++, even if I include conio.h, is it any other command i may use (or am I just stupid ?)

    And sorry about my bad english.
    "Sleep in a barrel, or sleep like a fish"

  2. #2
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    1. Insert->Resource->New Icon
    2.
    Code:
    #include <cstdlib>
    using namespace std;
    
    // ...
    system("cls");
    Alcohol & calculus don't mix.
    Never drink & derive.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width