Search:

Type: Posts; User: noyram08

Search: Search took 0.00 seconds.

  1. Thread: help

    by noyram08
    Replies
    3
    Views
    1,139

    help

    how can make to instructions simultaneously run example:

    in main() how can i make two functions example movescreen() and moveship run at the same time...

    thanks :))
  2. Replies
    1
    Views
    861

    help about chat program

    um can you give some link to tutorials/website about making chat programs thanks..
  3. Thread: Questions

    by noyram08
    Replies
    3
    Views
    1,166

    so va_arg , va_list, va_start, va_end is used to...

    so va_arg , va_list, va_start, va_end is used to determine the no. of arguments in a parameter?

    where can i apply this?
  4. Thread: Questions

    by noyram08
    Replies
    3
    Views
    1,166

    Questions

    hi may i ask what's the purpose of va_start and va_end? and how to use it?

    thanks
  5. Thread: Questions

    by noyram08
    Replies
    15
    Views
    2,127

    i'm just wondering what is faster to use in that...

    i'm just wondering what is faster to use in that problem, an array or linked list ^^
  6. Thread: Questions

    by noyram08
    Replies
    15
    Views
    2,127

    sorry for that sudden quick change of question ^^

    sorry for that sudden quick change of question ^^
  7. Replies
    15
    Views
    2,975

    you can use strcmp() // assume string is a...

    you can use strcmp()



    // assume string is a variable where you place your string
    if(!strcmp(string,"mypassword)) cout<< "wrong password"

    yup giving a length of password can be BAD idea (^^)
  8. Replies
    18
    Views
    15,077

    first you must have a function which converts...

    first you must have a function which converts character 1 to 9 to integer 1 to 9;

    try subtracting 48 to char but first you must store it to an integer variable




    // assume you name this as...
  9. Thread: Questions

    by noyram08
    Replies
    15
    Views
    2,127

    um a question though, we have an assignment which...

    um a question though, we have an assignment which is to create a tree which has a maximum of 5 levels and 3 children and it must be able to traverse preorder, postorder, and the two other orders(^^...
  10. Thread: Questions

    by noyram08
    Replies
    15
    Views
    2,127

    thanks alot guys i'm learning a lot this few days...

    thanks alot guys i'm learning a lot this few days :))
  11. Thread: Questions

    by noyram08
    Replies
    15
    Views
    2,127

    Questions

    hi i need some help, i'm basically a new C++ programmer so i had some questions:

    -whats the use of * pointer (the difference of int x and int *x?)

    -whats should i need to study in order to be a...
Results 1 to 11 of 11