Search:

Type: Posts; User: shoover

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,502

    HOLD UP. I FOUND OUT WHY. My array for Year...

    HOLD UP. I FOUND OUT WHY.

    My array for Year for some reason needed to be size 6. (Maybe enter was included THEN the Null).

    Edit: Well I said this before your post. I am only still learning from...
  2. Replies
    10
    Views
    1,502

    Ahh yes where's my manners. Code, yes: ...

    Ahh yes where's my manners. Code, yes:


    #include <iostream>
    #include <fstream>
    #include <conio.h>
    using namespace std;

    char model[20];
    char make[20];
  3. Replies
    10
    Views
    1,502

    Well. Maybe, I dont know that seems beyond my...

    Well. Maybe, I dont know that seems beyond my knowledge right now.

    Whenever I am inputting a string into an array and the input is numbers (such as years), it seems to skip all the other user...
  4. Replies
    10
    Views
    1,502

    Treating Types Of Data (Static Cast?)

    Hi. I was wondering how you would treat an array, with type char such as if it was year[5], in which the data that it is entered is treated as categorical data and not quantitative data. I think you...
  5. Replies
    3
    Views
    1,562

    Great. Thanks a whole bunch! You are right...

    Great. Thanks a whole bunch! You are right though, mixing ancient headers and modern headers isn't exactly a good idea. I never planned on adding namespace to that 'all header' but thanks for the...
  6. Replies
    3
    Views
    1,562

    Including "Groups" of Libraries

    Hi There!

    I am lazy and most of the time when adding certain functions to my programs, I always have to remind myself to include a certain header.

    Is there just a 'lazy' and 'customizable' way...
  7. Replies
    153
    Views
    704,097

    Sticky: Hi Guys ...

    Hi Guys

    http://www.amazon.com/exec/obidos/ASIN/0321246950/lynnallain

    I understand that first book C++ Without Fear is recommended for learning this stuff at first. I learend from a book that...
Results 1 to 7 of 7