Search:

Type: Posts; User: Utopus

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,455

    How to create a dialog box.

    I like to create a program that pops up an dialog box that has "ok" and "cancel" button. I maid it under winAPI environment using C. Now, I'd like to make a same program but for my Linux Ubuntu. ...
  2. Replies
    4
    Views
    1,160

    Hmm! I've got it! Thank you, zacs7. :)

    Hmm! I've got it! Thank you, zacs7. :)
  3. Replies
    4
    Views
    1,160

    Hello zacs7, been while. :) what's a console...

    Hello zacs7, been while. :)

    what's a console application?

    I'd like the prompt screen to not appear at all when the file is executed. And I quite don't know how and when I should be using...
  4. Replies
    4
    Views
    1,160

    Hiding prompt screen

    when compiling this program and executing, it pops up a message box on yes/no choices. However, I do not want the prompt screen to appear on the screen.

    I only want the message box to appear when...
  5. Thread: New Computer...

    by Utopus
    Replies
    17
    Views
    2,437

    Yes I do got a copy of it. And also... would you...

    Yes I do got a copy of it. And also... would you bother at explaining the meaning above...? :p
  6. Thread: New Computer...

    by Utopus
    Replies
    17
    Views
    2,437

    Should I then use XP instead of Vista?

    Should I then use XP instead of Vista?
  7. Thread: New Computer...

    by Utopus
    Replies
    17
    Views
    2,437

    Would you explain it to me why?

    Would you explain it to me why?
  8. Replies
    32
    Views
    4,956

    Ok, let me try that now...

    Ok, let me try that now...
  9. Replies
    32
    Views
    4,956

    How can I set up so? I like to be able to use...

    How can I set up so? I like to be able to use both vista and ubuntu.
  10. Replies
    32
    Views
    4,956

    So if I want to it to be fast, I should choose to...

    So if I want to it to be fast, I should choose to have only one OS... Is that your pointer, zacs7..?
    You also noticed that you triple-boot, does that mean you have three OS in one machine? Is it...
  11. Replies
    32
    Views
    4,956

    >VMWare is fine if you don't mind crippled...

    >VMWare is fine if you don't mind crippled performance.

    What would causes the crippled performances..?
  12. Thread: text colour

    by Utopus
    Replies
    6
    Views
    1,695

    >Unfortunately that wasn't the question, Utopus....

    >Unfortunately that wasn't the question, Utopus.

    Sorry, I'm a noobie. :p
  13. Thread: text colour

    by Utopus
    Replies
    6
    Views
    1,695

    #include main() { ...

    #include <windows.h>

    main() {

    system("color fc");

    return 0;
    }

    This one will change the background to white and letters to red.
  14. Replies
    32
    Views
    4,956

    VMWare sounds good. Thanks!

    VMWare sounds good. Thanks!
  15. Replies
    32
    Views
    4,956

    How can I have two OS in one computer..?

    How can I have two OS in one computer..?
  16. Replies
    32
    Views
    4,956

    Which OS is more suitable for programming?

    Does it really matter? I can choose between Windows Vista or Linux Ubuntu for the OS.
  17. Replies
    29
    Views
    8,331

    I like reading classic Russian literatures, such...

    I like reading classic Russian literatures, such as works by Leo Tolstoy and Feodor Dostoevsky.
    And I like Tolstoy's "War and Peace" most; however, I suggest watching the movie of it first by Audrey...
  18. Replies
    18
    Views
    5,648

    >I learned C and C++ just from books, never in...

    >I learned C and C++ just from books, never in school.

    But did you go to school that teachs you about computer?
  19. Replies
    18
    Views
    5,648

    How did you learn C programming?

    My question is, "Is it necessary that one go to school to learn C?"

    What are some, or if there is any, requirements to be an expert programmer? Is it just how much effort one put into it..?
    ...
  20. Thread: Tab

    by Utopus
    Replies
    1
    Views
    1,302

    Tab

    How would I change my tab space? Right now, one push of tab is equivalent to eight spaces. I'd like to reduce it to only four spaces.
  21. Replies
    14
    Views
    2,346

    Would you kindly look at my code above and tell...

    Would you kindly look at my code above and tell me where I have to input "choice = 1"?
  22. Replies
    14
    Views
    2,346

    > If your sister doesn't input anything like 1 or...

    > If your sister doesn't input anything like 1 or zero, then simply assign 1 to choice like you wanted in that case.

    How would I assign 1 to choice without entering it from keyboard...?
  23. Replies
    14
    Views
    2,346

    hmm... it seems that neither of it solve the...

    hmm... it seems that neither of it solve the problem...

    Comrade ssharish, on the if statement's last one, when "choice == \n", this works only if she push Enter. :(However, what I want is a...
  24. Replies
    14
    Views
    2,346

    If nothing is entered when asked...

    I was writing a small program for my sister in 2nd grade. The program itself is quite silly but it's only for my sister, so well, it is silly.
    I wanna ask her to enter "1" if see loves me, and "0"...
  25. Replies
    4
    Views
    1,691

    I see.. Thank you. :)

    I see.. Thank you. :)
Results 1 to 25 of 26
Page 1 of 2 1 2