Search:

Type: Posts; User: vohu

Search: Search took 0.01 seconds.

  1. Method 2 is faster, about 1/3, 1/4 ... it's not...

    Method 2 is faster, about 1/3, 1/4 ... it's not negligible for a lot of processing
  2. Replies
    15
    Views
    2,290

    thanks :)

    thanks :)
  3. Replies
    15
    Views
    2,290

    and, the expression "pass by reference" in C...

    and, the expression "pass by reference" in C langage is a malapropism...I read that php language use automatic passing reference, this functionnality is integrated in C++11 ?
  4. Replies
    15
    Views
    2,290

    Finaly, the reference simplify the use of...

    Finaly, the reference simplify the use of pointers ?
  5. hello,I think that your 2 codes are equals after...

    hello,I think that your 2 codes are equals after compilation, but, expect other response :)
  6. Replies
    15
    Views
    2,290

    passed by reference or pointer ?

    Hello,

    I have a question : in C language, can we pass value by reference, as we do in C++ language ?

    For example :
    I know the method with pointers :
    int myfunction (int *var) //like that
    ...
Results 1 to 6 of 6