Thread: Suggestions for improving.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    151

    Suggestions for improving.

    Hello everyone ,
    I took a break from c for a while. Now I started to study again. I was stuck last time. My book's c part is nearly done. And I want to practice my c codes. I am not so advanced. But I need you to tell me some standart c programmes which will help me improve while I am trying to deal with them. I need some suggestions. Thank you very much.


    Ah also I relaized that I could ask a question. I think I know the answer but you know sometimes you want to be fully sure about it with all your mind.
    Here it is :

    It is said that the name of string is the pointer pointing the first component of the array. But in fact it is not truly a pointer , is it? Because we gotta put & and [0] in order to point the first component. Sometimes I get confused because of this.

    I will also ask something about pointers. Even a pointer which doesnt show anything, spends some bytes from the memory , doesnt it? I mean when we assign a variable to the pointer it is just like assigning a number to a integer variable ??

    I will be glad if you answer my simple questions. Thank you again.
    Last edited by ozumsafa; 09-05-2007 at 08:21 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Suggestions and question about bool pointers
    By Akkernight in forum C++ Programming
    Replies: 15
    Last Post: 03-22-2009, 12:27 PM
  2. Free Book Suggestions!
    By valaris in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-08-2008, 10:25 AM
  3. Hi, Suggestions on my program please..
    By Siggy in forum C++ Programming
    Replies: 44
    Last Post: 11-23-2004, 10:55 PM
  4. Need Suggestions
    By Drew in forum C++ Programming
    Replies: 3
    Last Post: 09-18-2003, 05:46 AM
  5. Suggestions.
    By Shadow in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 02-06-2002, 12:21 PM