Search:

Type: Posts; User: Daniel Primed

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,925

    Looking for staff

    During January 2006 I am planning to update my website to a new and improved version. This update will require several new staff members and therefore I have opened up several positions for staff.
    ...
  2. Gave it a go and here's what I got: ...

    Gave it a go and here's what I got:


    #include<iostream>
    #include<vector>

    using namespace std;

    int main();
    {
  3. I'd rather somebody do it themself. Main...

    I'd rather somebody do it themself.

    Main problem is that I don't know how to use setw and setting up the vectors,how to identify each one.

    Sorry if I'm being a bother.
  4. Square ints, setw problem(not too hard ;))

    Still working thru Accelerated C++, I've got yet another problem.:( To solve more problems it would be benifital if I just had the answer as it would help me much more than explaining it and then...
  5. Linking header files, Source files and main program(Accel. C++)

    I've been working thru Accelerated C++ on my new laptop recently and I have finished chapter 4, well I'm up to the exercises. The problem is that the chapter goes thru how to organize a program and...
  6. Replies
    2
    Views
    913

    Referring to an unknown element

    I posted about this in another help thread a week or so ago but it was only a quick side note. Now its really starting to bother me. I am creating a program in which the user any amount of names and...
  7. Pointing to the last element and ending of program

    Been working on some C++ exercises and what I’m doing is finding out the 5 number summary(max, min, q1,q2,q3) and the number of inputted ints for a group of integers that are inputted. This is an...
  8. Replies
    3
    Views
    1,357

    Ivalue annoyance

    Been moving thru Accelerated C++ and I’m a little far thru, this problem annoys me though. This is the program that you make in chapter 2 which adds a frame to an inputted name etc etc Also says...
  9. Replies
    6
    Views
    1,301

    Pick a book

    Okay, from the other C++ book thread I figured out that It would be better for me if I used The C++ Programming Language more as a reference and when I get beter at code. So now I need to pick a new...
  10. Sorry for the thread reserecting etc. etc....

    Sorry for the thread reserecting etc. etc. Australian times etc.

    Thanks, I have heard of that book before so I'll look into it. I also thought that I could write them into variables as well but I...
  11. Replies
    8
    Views
    1,447

    Just to add my little bit in here: ...

    Just to add my little bit in here:


    #include<iostream>

    iostream itself allows the program to iput and output. It stands for in and out stream. So that allows you to use cin and cout. That is...
  12. Sure but if anyone still knows about my other...

    Sure but if anyone still knows about my other troubles than that might help.

    One of the exercises requires you to write the days of the month into a structure type via user input. Now this isn't...
  13. The C++ Programming Language(book) exercise troubles

    I’ve been learning C++ for the past year and feel as though there is something that I’m just so unsure about and I thought that this place might be able to help me out a bit.

    I have been learning...
Results 1 to 13 of 13