Search:

Type: Posts; User: SweeLeen

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,565

    ya......wat i mean is print it on a paper.......

    ya......wat i mean is print it on a paper....
    means when the user keep in some command the printer will start to print out the console window excute by the user on that time...
  2. Replies
    3
    Views
    1,565

    make the printer function on my program!!!!

    hello all~~~
    i have question that can i print out my console window by using printer directly by enter some character in my program ???

    example
    do you wan to print this console window? p
    ...
  3. Replies
    3
    Views
    16,684

    Insert A Picture into C++

    hello~~~i m doing a program which is bout delivery system...
    so i need to insert a picture for the example:world map, into the program...
    i am using
    compiler: MinGW
    OS: WinXP
    Language: C++
    ...
  4. Replies
    1
    Views
    2,190

    Question on sbrk()!!!!!!!!!!!!!!help!!!!!!!

    i am new user of linux programming!!
    as i know. some Unix implementations of malloc () user sbrk () system call to get more memory for use.
    but, i have a question---> how sbrk () gets memory from...
  5. Replies
    4
    Views
    3,449

    Help on Segmentation Fault!!!

    i am new user of linux programming!!
    i need ur help!!



    #include <stdio.h>
    void *mymalloc(size_t request);
    int main()
    {
    char * test;
  6. Replies
    3
    Views
    2,588

    thanks...i have got it!!!

    thanks...i have got it!!!
  7. Replies
    3
    Views
    2,588

    can anyone please help me ???

    can anyone please help me ???
  8. Replies
    3
    Views
    2,588

    Problem with Mouse Over Menu!!! HELP!!!

    Hello!!!

    i am facing some problem with my mouse over menu which will change colour whenever the user mouse over on it. my menu consist of 2 main option and when u mouse over 1 of the main option...
  9. Replies
    2
    Views
    3,960

    creating a cinema seat

    hello~~everyone out there....i have a question to ask u all.....i am doing a C++ project which the topic is about cinema booking system....the problem that i am facing is that i wish to draw a cinema...
  10. explaination coding for my viva!!! urgent!!!

    :confused: hello all!!! i need your help to explain these codes for me because i may need to viva soon....thanks!!!

    1.) here are codes, i am using arrow keys to control my menu...as i know the 72...
  11. Replies
    5
    Views
    1,008

    but that is a problem.....how am i going to keep...

    but that is a problem.....how am i going to keep track with the cursor??? when i SetConsoleTextAttribute(BACKGROUND_RED), i need to cout << something , only it will change the colour of the...
  12. Replies
    5
    Views
    1,008

    Ya....i think wat i get wat i want now...i will...

    Ya....i think wat i get wat i want now...i will use SetConsoleTextAttribute(BACKGROUND_RED)....so far so good....just i need to adjust to position...thanks all!!!
  13. Replies
    5
    Views
    1,008

    Highlight a row only!!

    i am C++ user.i am creating a own menu which able the user to use arrow key to select their choice using arrow keys, up and down....but the problem is i cannot highlight their choice...how am i going...
  14. Replies
    1
    Views
    2,812

    Menu Bar(using arrow key)

    How to make a menu system for a console application. Not just a display, and enter a number, but where can use the arrow keys and each selection is highlighted or something. How do I do that by...
  15. Replies
    10
    Views
    19,955

    create sound in C++ programming...how???

    :confused: hi!
    How to output sound using C++ program?
    is there any function to output sound in C++ program??
    can anyone help me to solve my problem???
Results 1 to 15 of 15