Search:

Type: Posts; User: Elkvis

Search: Search took 0.10 seconds.

  1. Thread: Decision Making

    by Elkvis
    Replies
    49
    Views
    23,161

    I get your point, but the same could be said of...

    I get your point, but the same could be said of including the C standard library in an embedded system. in my experience, it's much more common to implement your own iostream/stdio library that...
  2. Thread: Decision Making

    by Elkvis
    Replies
    49
    Views
    23,161

    I disagree. I can't speak about VC++, but G++...

    I disagree. I can't speak about VC++, but G++ gives the option to exclude all built-in declarations/implementations, via the -fno-builtin command line option, and there are other options to strip it...
  3. Thread: Decision Making

    by Elkvis
    Replies
    49
    Views
    23,161

    as a language, C is no less secure than C++. ...

    as a language, C is no less secure than C++. both can be used to write equally secure code. the standard library of the two languages is another story. C's standard library does very little to...
  4. Thread: Decision Making

    by Elkvis
    Replies
    49
    Views
    23,161

    C++ primer is considered a good book for...

    C++ primer is considered a good book for beginners, although I've never looked at it, and I know nothing about the C book. generally, I would say a "reference" book is a bad choice as a class...
  5. Thread: Decision Making

    by Elkvis
    Replies
    49
    Views
    23,161

    I recommend learning both C and C++, but the...

    I recommend learning both C and C++, but the advice you'll get from most members (including myself) on the C++ forum here is to learn C++ first. chances are, if you learn C++, you'll understand C...
Results 1 to 5 of 5