CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2012
    Posts
    13

    Am I in the right place?

    To save time and trouble in the future, I will explain why I am here. If I am in the wrong forum, please direct me elsewhere.

    I am enrolled in a college course which will begin an introduction to the C programming language (not C++) in about a week. Visual C++ Express will be used for writing programs. I intend to write some programs on my own to increase my understanding.

    I will not ask for turnkey code. I do not believe in doing things that way. I can learn much more from explanations, examples, and guidance.

    What am I looking for? I would like explanations when I run into a concept which I am having trouble grasping. Help with debugging tasks including the general troubleshooting mindset would be helpful. If code that is not working right can be posted for an explanation of why it doesn't work, that would be even better. I believe that examples of bad code and good code which both perform the task would be helpful. If an explanation of why the code is good or bad is included, that would be even better.

    Am I in the right place? Thank you for your replies.

    dr_pepper

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Am I in the right place?

    You're absolutely in the right place when it comes to plain C questions. Welcome to CodeGuru

    Be sure to read this http://www.codeguru.com/forum/announcement.php?f=7 before posting though. In particular the part regarding code tags since if you fail to use them your post will be much harder to read resulting in a reduced number of helpful replies.

    Edit: Visual C++ IDE questions fit better here http://www.codeguru.com/forum/forumdisplay.php?f=7
    Last edited by S_M_A; February 27th, 2012 at 05:02 PM.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Jan 2009
    Posts
    1,689

    Re: Am I in the right place?

    Welcome, I've done a lot of C.

  4. #4
    Join Date
    Feb 2012
    Posts
    13

    Re: Am I in the right place?

    Thanks S_M_A,

    I appreciate the opportunity to use this forum to improve my understanding and techniques. I read a couple of the links you provided. Over the next couple of days I will read the others.

    My choice of this forum came from checking Google search results to find a reasonably active forum dealing with C. A quick scan of some of the posts told me that I would probably be dealing with pros. Therefore, I chose to get permission before asking newbie questions which fit into the category discussed in one of the provided links. (pros revisiting did that in my first semester topics) It is a matter of respect.

    regards,
    dr_pepper

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured