Thread: C Question

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    10

    C Question

    What are the functions in C are and what are character arrays do?And how to i connect to a server?


    Last edited by fastprogrammer; 11-10-2005 at 11:20 AM.

  2. #2
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    If you don't know the answer to the first two questions it will be impossible for you to even attempt the third. Read in introduction to C book (you will find many of them in your local bookstore or library) and study/practice C programming. When you get done with the book, then maybe you will have enough knowledge to begin writing a program that can access a server program.

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    I am reading the book and then asking question

  4. #4
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    Quote Originally Posted by fastprogrammer
    I am reading the book and then asking question
    Good Keep reading and studying, you will find the answer in that book pretty soon.

  5. #5
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Also, fastprogrammer, I'd suggest slowing down a bit.


    Quzah.
    Hope is the first step on the road to disappointment.

  6. #6
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    Slow down what you mean?

  7. #7
    Registered User
    Join Date
    Aug 2005
    Location
    New Delhi
    Posts
    40
    Quote Originally Posted by fastprogrammer
    What are the functions in C are and what are character arrays do?And how to i connect to a server?


    What do you think this forum is, your personal genie?
    Thanks,
    Sahil

  8. #8
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    I here to learn not to fight.I thought this message board was to lp you with your questions.I don't want to start a flame war.

  9. #9
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    People have got a little uptight because you are not asking a particulaly sensible question.

    There are literally hundreds of functions in the standard libraries, and many others in platform and compiler specific situations. Nobody is going to write you an entire primer on C functions, it would take forever.

    Your book will cover character arrays, it is how C deals with strings.

    And they are right, you will need to understand both of the above before you consider network prgramming.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  10. #10
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    What I meant by that, other than the obvious play on your name, was that you need to start with the basics, before you try tackling something like socket programming.


    Quzah.
    Hope is the first step on the road to disappointment.

  11. #11
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    I never said i want you people do write my program for me.I here to learn not to fight ok.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM