Search:

Type: Posts; User: calsonicgtr

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,388

    Here's another problem I am having. Here is a...

    Here's another problem I am having. Here is a snippet of code


    #include <iostream>
    #include <iomanip>
    #include <string>
    using namespace std;

    class PC{
    int i,x;
  2. Replies
    4
    Views
    1,388

    Ok, I figured out that problem. I now have a...

    Ok, I figured out that problem. I now have a different issue. For example, I select addcomp, which then goes to through the addcomp function. After inputing everything, I want to return to the...
  3. Replies
    4
    Views
    1,388

    Need some help with a program

    Hi. I am trying to write a program to manage a computer lab with 2 types of computer, PC and Sun. The program takes the input of computer name, ip, hd size, and admin pass. The Sun has an additional...
  4. Replies
    2
    Views
    1,583

    Dev C++ compiler question

    I am trying to compile a program I wrote for a class in DevC++ 4, but when I compile the code, the console window flashes across the screen, but disappears almost instantely, so I can't view the...
Results 1 to 4 of 4