Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Davie21240

@Davie21240
About
Posts
35
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Code analysis sucks
    D Davie21240

    You mentioned having your own "standard library", perhaps you have some conflicts that can be resolved using namespaces?

    The Lounge visual-studio csharp css help

  • Code analysis sucks
    D Davie21240

    If you are coding in C++, perhaps you should really examine you code, for example, using assert -- you might want to use the Google Test Framework and use their ASSERT_ macros along with gMock so you don't have to pollute your code with something that is normally reserved for debugging and not for a release version. I am wondering if you are a "C-style" developer, which might be causing some of your angst.:java:

    The Lounge visual-studio csharp css help

  • Bill Gates: ‘Government needs to get involved’ to regulate big tech companies
    D Davie21240

    https://www.brainyquote.com/quotes/walt\_kelly\_114887

    The Insider News html com question

  • Bill Gates: ‘Government needs to get involved’ to regulate big tech companies
    D Davie21240

    https://www.brainyquote.com/quotes/walt\_kelly\_114887

    The Insider News html com question

  • Bill Gates: ‘Government needs to get involved’ to regulate big tech companies
    D Davie21240

    https://www.brainyquote.com/quotes/walt\_kelly\_114887

    The Insider News html com question

  • Bill Gates: ‘Government needs to get involved’ to regulate big tech companies
    D Davie21240

    https://www.brainyquote.com/quotes/walt\_kelly\_114887

    The Insider News html com question

  • Bill Gates: ‘Government needs to get involved’ to regulate big tech companies
    D Davie21240

    https://www.brainyquote.com/quotes/walt\_kelly\_114887

    The Insider News html com question

  • How often do you like to compile?
    D Davie21240

    Think everyone develops their own habits naturally for me, as a Linux C/C++ developer, if it's maintenance I am doing fairly frequently as I am making my code changes. We work with eclipse and CMake so it's easy just to hit the build button. But when I am adding a new feature and looking at my class diagrams (Dia, visio type). It normally happens at the end after I code a nearly complete class and add it to the CMakeList.txt file. Think if people created well fleshed out class diagram first, it would happen less often when you start coding it, but then more often afterward.

    The Lounge visual-studio wpf hardware question

  • Does anyone miss programming in old languages?
    D Davie21240

    I have a warm spot in my heart for Ada. Think more teams should consider Ada2012 for their next project at least if it's realtime embedded development.

    The Lounge help question discussion

  • Does anyone miss programming in old languages?
    D Davie21240

    I have a warm spot in my heart for Ada. Think more teams should consider Ada2012 for their next project at least if it's realtime embedded development.

    The Lounge help question discussion

  • Questions on getting into the coding world and gig work
    D Davie21240

    That's exactly my point. The idea is to help the student decide whether they have the aptitude for the profession really early before any real investment is made. When I was a student we learned assembly language. Writing code has lots to do with personality, it's all about solving puzzles, and sometimes you spend lots of time trying to figure things out. If you have "the personality" you will certainly enjoy this book, perhaps people should read this book before they decide to take a software class: The Bug by Ellen Ullman

    The Lounge career algorithms question discussion

  • zero-sized array in struct/union
    D Davie21240

    pretty sure you could just use char* name; since the array size is 0.

    C / C++ / MFC data-structures question

  • Questions on getting into the coding world and gig work
    D Davie21240

    The idea is to move on to the "candy" languages after you fully understand pointers. The idea is to master "pointers", get a feel for some of the most difficult concepts early. When I went to school the professors were very strict when they taught statics and dynamics for the engineers; the idea was to separate the "wheat from the chaff", early in the program. For example, my younger brother said he got a "D" on his first 4 week exam, because he forgot the -> vector symbols on his equations, even though every answer was correct with all the work shown. The idea is to let the student determine if the subject matter is right for them very early on, so they don't make too much of an investment and bail later than they could have.

    The Lounge career algorithms question discussion

  • Questions on getting into the coding world and gig work
    D Davie21240

    Enroll in a C programming class at your local community college. NOT C++, NOT C#, NOT Java, NOT python, etc. Just plain old "C" MAKE SURE IT'S A NORMAL CLASS WHERE YOU SIT IN THE CLASSROOM WITH THE INSTRUCTOR AND FELLOW STUDENTS. After you finish the class. Decide if you REALLY like the subject matter. Then take another, perhaps C++. Then after you finish the class decide if you REALLY enjoy the subject matter. If the answer is NO, then go to plan B. If the answer is YES enroll in the "program" for Comp Sci majors where you can matriculate to the nearest state university or 4-yr college that is affordable and near your house. Best of luck and with kind regards, :thumbsup:

    The Lounge career algorithms question discussion

  • Code editors rant
    D Davie21240

    My son likes using Atom. Nice.

    The Lounge visual-studio csharp python com performance

  • Code editors rant
    D Davie21240

    hate using the mouse, my arm gets repetitive motion injuries :cool: :java:

    The Lounge visual-studio csharp python com performance

  • Overriding problem
    D Davie21240

    You might not need to make them virtual.

    C / C++ / MFC help question

  • How to resolve: error LNK2001: unresolved external symbol "public: static void *
    D Davie21240

    Definitely remove the line: using namespace std; My advice: NEVER do that.

    C / C++ / MFC csharp c++ visual-studio json help

  • Of Code and Comments
    D Davie21240

    Personally, I try to use *doc* style (Javadoc, Doxygen, Pydoc). For C/C++ only in the header files. However, I only comment the stuff I think is helpful to maintain the code. Most developers forget to modify existing code comments, so there's no need to be pedantic and comment about what is clearly gleaned from the source:java:.

    Work Issues question discussion career

  • Programmer vs software engineer
    D Davie21240

    because I do lots of software maintenance and I am usually fixing stuff that doesn't work :cool: :thumbsup::thumbsup::thumbsup:

    The Lounge visual-studio architecture question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups