Search:

Type: Posts; User: David21078

Search: Search took 0.00 seconds.

  1. Thread: Square root

    by David21078
    Replies
    8
    Views
    3,539

    You seem to be interested in this stuff...why not...

    You seem to be interested in this stuff...why not pursue a formal program of instruction...start by taking C for credit..they will teach you some basic algorithm stuff...then C++ where you will get...
  2. Thread: Square root

    by David21078
    Replies
    8
    Views
    3,539

    I was really having fun...

    busting your chops...

    Really though,

    I think his instructor would really appreciate a more elegant solution; i.e. an algorithm that makes less iterations.

    You know like the old manual...
  3. Thread: Why C !

    by David21078
    Replies
    36
    Views
    4,371

    one more thing

    C++ was an attempt to make C what Ada is.

    but, Bjarne S. couldn't quite get there alone.

    There is so much beauty in the language design of Ada, if C++ went through the development process Ada...
  4. Thread: Square root

    by David21078
    Replies
    8
    Views
    3,539

    Hey Quzah???

    Ever take a course in algorithms or advanced data structures where they discuss the concept of "Big O"

    The solution you provided would surely get a big "D" everywhere I went to school... a "D" is...
  5. Thread: Square root

    by David21078
    Replies
    8
    Views
    3,539

    you need to ..

    read the first 3 chapters in your C programming text book first..

    that will explain something about the basic format

    when i was a kid, they taught us to compute square roots using division... i...
  6. Replies
    16
    Views
    2,055

    where is ...

    EXIT_SUCCESS defined???
  7. Thread: Why C !

    by David21078
    Replies
    36
    Views
    4,371

    C images (executables) are smaller than C++...

    C images (executables) are smaller than C++ (bloatware).
    C executes with less instructions and therefore executes faster for those interested in realtime applications on OS's such as VxWorks.

    For...
Results 1 to 7 of 7