Thread: Just starting

  1. #16
    Registered User
    Join Date
    Jan 2021
    Posts
    9
    Quote Originally Posted by thmm View Post
    I don't think it has anything to do with the language, it has more to do about thinking clearly. Python would be easier to learn because you don't need manual memory management, it also has build-in data structures, the same could be said baout C++ too.
    I will have to start thinking clear, thank you. I want to learn about memory management, and how to think clear with these concepts.

  2. #17
    null pointer Structure's Avatar
    Join Date
    May 2019
    Posts
    338

    Thumbs up

    "There are a few indentation habits that you should learn to do right away, and they should be done every time you write code."

    Indenting C Programs

    great interest in C and programming
    C Tutorial - Tutorialspoint
    Installing GCC
    - GNU Project - Free Software Foundation (FSF)
    Last edited by Structure; 01-30-2021 at 11:21 AM.
    "without goto we would be wtf'd"

  3. #18
    Registered User
    Join Date
    Jan 2021
    Posts
    9
    Quote Originally Posted by Structure View Post
    "There are a few indentation habits that you should learn to do right away, and they should be done every time you write code."

    Indenting C Programs


    C Tutorial - Tutorialspoint
    Installing GCC
    - GNU Project - Free Software Foundation (FSF)
    Thank you for the links. I was not indenting and was confusing myself. Also, does it matter where you but the
    Code:
     { }
    brackets? I seem to be confusing myself with my code, and get lost.

    What is a good standard? I will read the link "indenting c programs" maybe that will answer some of my questions.

    Thank you

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. starting with C?
    By kk01 in forum C Programming
    Replies: 20
    Last Post: 01-01-2008, 07:03 AM
  2. Starting Out
    By Toireht in forum C Programming
    Replies: 3
    Last Post: 04-30-2006, 03:16 PM
  3. just starting
    By Dr Spud in forum Game Programming
    Replies: 3
    Last Post: 04-26-2006, 05:21 PM
  4. Starting age
    By cboard_member in forum A Brief History of Cprogramming.com
    Replies: 32
    Last Post: 12-23-2005, 11:31 PM
  5. HELP with starting out.
    By sworc66 in forum C Programming
    Replies: 4
    Last Post: 09-05-2002, 10:09 AM

Tags for this Thread