Search:

Type: Posts; User: Xero

Search: Search took 0.01 seconds.

  1. Replies
    37
    Views
    390,869

    Sticky: Very nice reference, informative and beginner...

    Very nice reference, informative and beginner friendly.
  2. Replies
    10
    Views
    1,496

    And to add, it will greatly boost development...

    And to add, it will greatly boost development time when working in groups.
    (Since it has good readability)
  3. Thread: C Ranges

    by Xero
    Replies
    20
    Views
    4,606

    Looks like the program has been served, with...

    Looks like the program has been served, with different versions.
    I'm sure the thread starter will be so happy. =P
  4. Replies
    17
    Views
    2,955

    But make sure to declare those variables first....

    But make sure to declare those variables first. hihi.
  5. Thread: calcuations

    by Xero
    Replies
    39
    Views
    5,358

    I suggest that if you're doing a complicated...

    I suggest that if you're doing a complicated calculations, why not take it one at a time, rather than making a single line of code full blast.

    After doing the correct formula, then shrink it to...
  6. Replies
    17
    Views
    2,955

    If you wanted to convert all the contents of your...

    If you wanted to convert all the contents of your character array, why not place it inside a for loop, then with respect to the index, perform the conversion.
  7. There is a thread in C Programming Section of...

    There is a thread in C Programming Section of this forum that features
    the suggestions of forum members on what books to buy and the like.
  8. Replies
    160
    Views
    1,220,341

    Sticky: It also comes in a low-priced edition, affordable...

    It also comes in a low-priced edition, affordable for students like me.
    I use this book, it can deliver the idea efficiently.
  9. Replies
    8
    Views
    2,154

    I apologise.

    I apologise.
  10. Replies
    8
    Views
    2,154

    The "%79s", whats the use of it? (string composed...

    The "%79s", whats the use of it? (string composed of 79 characters?)
    (Excuse me if I replied with a question, im just curious. Hope u'll understand)
  11. Banged, that shoots directly towards me. (I...

    Banged, that shoots directly towards me.
    (I migrated to Visual C++ 2005 Express, + PSDK)

    Im quite sure that chobibo is Filipino as well,
    we have similar compilers before, fossil-like. (like what...
  12. Thread: strange operator

    by Xero
    Replies
    16
    Views
    2,225

    ans

    ans<?=c;

    Maybe, it was supposed to be written as:


    ans<=c;

    Testing if the value of 'ans' is less than or equal to value of 'c'.
    (I dunno, im still new here though)
  13. Replies
    12
    Views
    1,540

    This caught my interest, I'd love to learn what...

    This caught my interest, I'd love to learn what does it mean.
    "Free what you allocate."
  14. Replies
    12
    Views
    1,540

    Thank you, Sir. I'll remember all that, its a...

    Thank you, Sir.

    I'll remember all that, its a good thing that I've registered here.
    (2hrs since registration, yet I learned SO MUCH.)

    /Respect
  15. Replies
    12
    Views
    1,540

    Thank you for your time, Sir. It answered my...

    Thank you for your time, Sir.
    It answered my question.


    array = malloc(sizeof(int) * process);

    /Respect
  16. Replies
    12
    Views
    1,540

    It would be my very pleasure if you'll recommend...

    It would be my very pleasure if you'll recommend a good compiler for beginners like me. And oh, in response to your last statement sir, I do use "sample codes" for reference, but never use them as if...
  17. Thread: doubt

    by Xero
    Replies
    5
    Views
    1,135

    Thanks for that. (First post edited to avoid...

    Thanks for that.

    (First post edited to avoid further confusion, and bad programming practices.
    credit for quzah for reminding me 'bout that.)
  18. Replies
    12
    Views
    2,574

    Never would I advice starters to go and search...

    Never would I advice starters to go and search program codes that aren't written by themselves. The best way to learn any programming language is to disect every info on it, and start making your own...
  19. Replies
    12
    Views
    1,540

    Dimentioning Arrays

    Need your opinion about this one: (currently using Turbo C v2.01)


    #include <stdio.h>

    int process;

    main() {
    char choice;
    clrscr();
  20. Thread: doubt

    by Xero
    Replies
    5
    Views
    1,135

    Although in Turbo C v2.01, that program is...

    Although in Turbo C v2.01, that program is running OK.
  21. Replies
    9
    Views
    1,325

    Totally agreed to him.

    Totally agreed to him.
Results 1 to 21 of 21