Thread: I am feeling down

  1. #1
    Registered User
    Join Date
    Mar 2012
    Posts
    29

    I am feeling down

    The last month i had a lot of c++ activity.And now i am going back to networking in C programming development. the switch is making me feel down mentally. can anyone give me a tip to feel better ? Thanks

  2. #2
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838
    accept it. the cause of suffering is desire.

  3. #3
    C lover
    Join Date
    Oct 2007
    Location
    Virginia
    Posts
    266
    Don't forget to free() what you malloc()

  4. #4
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Use lots of structures and function pointers, and you can have a C++-ish setup in no time.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  5. #5
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    is it a requirement to use C? can you make a C++ library that exposes C-visible functionality?

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    My problem these days is moving from project to project. Once I have moved on to another project, I cant find the excitement to go back and fix issues in the previous one. It doesn't matter if the code is C, Python or VBA...as soon as I feel I've finished I struggle to get back into it. I suddenly see loads of things I'd have done differently. "I should have used my own code and not this external library", "This would have been more efficient if I had done A, B, C,..."

  7. #7
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    My problem these days is moving from project to project.
    Your problem is too little "ADD".

    Soma

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I'm feeling very virtual
    By brewbuck in forum General Discussions
    Replies: 7
    Last Post: 09-10-2010, 11:41 PM
  2. Just a feeling...
    By Grad in forum C Programming
    Replies: 3
    Last Post: 04-04-2006, 03:12 PM
  3. The feeling.......
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-16-2002, 04:20 AM
  4. That friday feeling
    By RobS in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 10-11-2001, 12:11 PM