Search:

Type: Posts; User: seh_hui

Search: Search took 0.00 seconds.

  1. Thread: just 1 error!!

    by seh_hui
    Replies
    9
    Views
    1,375

    If you used Borland's free text based compiler,...

    If you used Borland's free text based compiler, don't forget to include the -wALL option to toggle full error-checking routines.

    But from what I've learned from until now, when it display one...
  2. Replies
    8
    Views
    5,851

    Thanks!

    Gee... I check this thread from time to time and you guy sure have enlighten me with different uses of them (which I thought bitwise operators are cumbersome to learn ^_^).

    Are there anymore uses...
  3. Replies
    3
    Views
    1,430

    Thanks!

    Thanks for the help! The program works fine :).

    (P/S: Now I know why scanf and gets can't live together in my assignments :) )
  4. Replies
    3
    Views
    1,430

    Problem in Getting Menu Option

    I'm currently doing an assignment but I've desperately to make this work:


    int addString(void){

    char addAnother, str[100];

    do{
    printf("Enter string: ");
    gets(str);
  5. Thread: Good C Books

    by seh_hui
    Replies
    10
    Views
    4,162

    Deitels "C How to Program"

    Nice book from Prentince Hall (forgot the spelling :) ) and maybe a good addition to your bookshelf. It covers the most important techniques, superb explaination, and challeging exercises... without...
  6. Replies
    8
    Views
    5,851

    What's the use of bitwise operators?

    Hello, I'm a newbie in C programming. So mind if I ask the practical uses of the bitwise operators (in real world programming)?
Results 1 to 6 of 6