Search:

Type: Posts; User: yuliang11

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,600

    Thanks. in that case i'll just C all the...

    Thanks. in that case i'll just C all the way.thanks all for your help
  2. Replies
    6
    Views
    2,600

    Thanks thats a quick one. I'm trying to program...

    Thanks thats a quick one. I'm trying to program in C++ , i have some knowledge in C. Would it be appropriate to mix codes from 2 different languges ?
  3. Replies
    6
    Views
    2,600

    difference between strcmp and "=="

    Hi all,
    I'm very new to C++. is strcmp considered a C++ function ?
    what are the differences between using these 2 comparison ?
    if (strcmp (var,"string") == 0)
    if (var=="string") ?

    ...
  4. 1) "you are from my to! " = my ? Yer...

    1) "you are from my to! " = my ?

    Yer location, Location: Kuala Lumpur, Malaysia ?


    2 ) "sifu" = master (cantonese )


    ;)
  5. man .C is tough .. anyway why is this not...

    man .C is tough .. anyway why is this not working ?? why do i have to declare char login[50]; instead of char *login; ? what is the difference between both of them? i thought it's the same

    ...
  6. thanks man! got it. you are from my to! u must be...

    thanks man! got it. you are from my to! u must be a C sifu
  7. Beginner Help with returning a string of arrays

    Hi al, Ive played with C like 5 or 6 years ago but i completely forgot how it works untill recently i'm doing it for a fun project. Anyway heres my code. randstr() will return a 6 char random...
Results 1 to 7 of 7