Search:

Type: Posts; User: adrian.mowrey

Search: Search took 0.01 seconds.

  1. Replies
    30
    Views
    2,694

    P.S. And you can customize for how many numbers...

    P.S.
    And you can customize for how many numbers you would like, of course.
  2. Replies
    30
    Views
    2,694

    I'm not really sure what you'd like to do, but...

    I'm not really sure what you'd like to do, but this code may help you.



    // Computer Science - Lab 2b
    // Outputing Text Format of Numbers 10-99
    // Adam Davis - 09/06/09

    #include <iostream>...
  3. Replies
    6
    Views
    2,319

    No, it does not exist at that path... :-(

    No, it does not exist at that path... :-(
  4. Replies
    6
    Views
    2,319

    I have followed the steps in the book I have...

    I have followed the steps in the book I have (Programming Principles and Practice using C++), but when I tried to create a Win32 empty project...I added a C++ file where I added the following code: ...
  5. Replies
    6
    Views
    2,319

    FLTK (Fast Light Toolkit)

    I'm using Windows Vista - Visual C++ IDE, and I want to install and use this FLTK with my Visual C++ IDE. I followed the steps, but when I try to compile and run something this window appears. It...
  6. Replies
    22
    Views
    2,061

    Okay, this worked. /* Chapter: 3...

    Okay, this worked.



    /*
    Chapter: 3
    Exercise: 7
    Author: Adrian Gheorghe Mowrey
    */
  7. Replies
    22
    Views
    2,061

    I haven't gotten to the error handling part. I...

    I haven't gotten to the error handling part. I printed a message to let the user know that values between 0-100 are valid. But I don't understand why the compiler says that not all control paths...
  8. Replies
    22
    Views
    2,061

    Okay, I did. I tried to move both of the...

    Okay, I did. I tried to move both of the statements declaration for both of the functions, but now the compiler says: determine_grade not all control paths return a value. :-(
  9. Replies
    22
    Views
    2,061

    Help needed :-(

    Can you help me understand why I keep getting this error message when I compile this code? The error message is: determine_grade redefinition different basic types.



    #include <stdio.h>
    ...
  10. Replies
    37
    Views
    10,638

    I personally believe that UNIX and now more...

    I personally believe that UNIX and now more likely Linux are the open-minded Operating Systems. Being the fact that Windows has been a leader for quite a while now, it's pretty much everywhere still...
  11. Replies
    10
    Views
    3,006

    Why won't you try C Primer Plus Fifth Edition by...

    Why won't you try C Primer Plus Fifth Edition by Stephen Prata? I think it's a wonderful book to understand C. It will help you a lot, and then you can start reading The C Programming Language Second...
  12. Replies
    12
    Views
    18,945

    Good C programming books!

    If you're a C beginner, I think you should buy C Primer Plus Fifth Edition by Stephan Prata, and after you finish reading that one, you can also buy The C Programming Language Second Edition by...
  13. Replies
    4
    Views
    2,323

    Tell me which book to read

    What book do you think that should be good enough for a beginner to start with C? I tried to read on The C Programming Langauge by K & R, but it's above my programming knowledge. I bought C/C++/C#...
Results 1 to 13 of 13