Search:

Type: Posts; User: KidMan

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,411

    Need to practice more while learning

    I am currently in the process of learning and I am eager to try lots of exercises to practice more. Is there any site that has lots of exercises but with respect to an individual who is currently...
  2. Thread: Why use fputs?

    by KidMan
    Replies
    9
    Views
    2,526

    Thanks for the answers but to make the questions...

    Thanks for the answers but to make the questions more clear.Why not use the conventional printf.BTW Quzah i dont understand what you said
  3. Replies
    18
    Views
    2,417

    So how should I report this mistake?

    So how should I report this mistake?
  4. Replies
    18
    Views
    2,417

    Thank you for the second time 2day SlyMaelstrom

    Thank you for the second time 2day SlyMaelstrom
  5. Replies
    18
    Views
    2,417

    well its supposed to be no then yes cuz first i...

    well its supposed to be no then yes cuz first i is 21 then i is 26
  6. Replies
    18
    Views
    2,417

    but i tried compiling the code and the program...

    but i tried compiling the code and the program gave me the oppposite results.try it yourself.then try adding not to the if's
  7. Replies
    18
    Views
    2,417

    Mistake in the site's FAQ

    The faq concerning determining if an integer is even or odd.The code written is wrong and i've tested it too.http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1043807280&id=1043284385

    I...
  8. Replies
    4
    Views
    1,182

    Now I understand.Thanks SlyMaelstrom

    Now I understand.Thanks SlyMaelstrom
  9. Replies
    4
    Views
    1,182

    Thanks for the input.But I guess I understand...

    Thanks for the input.But I guess I understand pointers well but what is confusing me is that if you want to make a function that edits an array no need for pointers.but if you want to make a function...
  10. Replies
    4
    Views
    1,182

    Question about pointer to structures

    Hi,
    when passing a structure to a function that'll modify the structure itself such as scan...etc it is advised to use pointers to that structure as the function parameters which saves lots of...
  11. Thread: Why use fputs?

    by KidMan
    Replies
    9
    Views
    2,526

    Why use fputs?

    why?
  12. Have basic knowledge in C and want to move to C++.....

    I currently have good knowledge of the language basics of C programming.And I'm looking forward to learn C++.Do you think I should practice C as much as I could and read more then move to C++ when I...
  13. Can't understand difference between header files and libraries.

    Hi.I cant understand what's the difference between header files and libraries....all i know is that header files are excuted in the preprocessor phase while the libraries are excuted in the linking...
  14. Replies
    3
    Views
    1,359

    thanks guys

    thanks guys
  15. Replies
    3
    Views
    1,359

    prob with my cimple prog

    The use of this program is that there is an equation,the program asks for the inputs in this equations and the tries to get the value of (f) which is present in both sides of the equation that would...
  16. Thanks sysop but still the prog doesnt output...

    Thanks sysop
    but still the prog doesnt output the right number of characters and also whatever words i input it says that word 2 and 4 have zero characters
  17. prob with program to count length of words in a string

    I am making a program that can print out the length of each word in the string...I assumed there are 5 words in the prog(because i cant write code where the the number of words isnt constant) but the...
  18. Replies
    1
    Views
    1,109

    check out this tutorial plz...even experts

    While i was searching for a good tutorials(after finishing the one on this site)...i found a site with links to lots of tutorials and it said that this is the best on the net...can u plz check out...
  19. Replies
    4
    Views
    1,283

    can this be replaced by tailp=head?

    can this be replaced by tailp=head?
  20. ok i took c as a course in college and finished...

    ok i took c as a course in college and finished the sites tutorial...why do u think i should get a book...i noticed books are the same as tutorials but with a larger number of pages.
  21. i mean i have heard about win32...

    i mean i have heard about win32 programming,network programming,game programming.....etc.after reading this tutorial am i qualified to get into these stuff
  22. finished the site's tutorial...what;s the next step plz.

    i finished the sites tutorial and tried a good number of examples as applications to whats in the tutorials....what should my next step be
  23. Replies
    3
    Views
    3,059

    Prob with my gpa calculator program.

    This is a gpa calculator....this code is working 100% but if i use for example course1=getchar(); and so on with the rest of the courses...the prog only waits for me to input for the first course...
  24. explanation?

    explanation?
  25. Something in the site's tutorial i can't understand in the array part.

    in the array lesson in the site's tutorial this code is goven and im not convinced with it because the 'i' is incremented before its use since the ++ comes before it.and as i know that this wont...
Results 1 to 25 of 46
Page 1 of 2 1 2