Search:

Type: Posts; User: Captn Japan

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    969

    What is "Part"?

    Can someone please tell me what a 'part' function is used for?

    I saw it in a couple examples of code...
    something like:

    Part do_first( Part first);
    int count();

    So can someone please like...
  2. Replies
    5
    Views
    1,075

    I got rid of all the 'voids' for those two...

    I got rid of all the 'voids' for those two functions but now I'm getting this:



    costwd ( )
    *{
    if( (time >= 8) && (time <= 18))
    {
    cost = minutes * .40;
    }
  3. Replies
    5
    Views
    1,075

    local function & unexpected end Help

    Can someone please help me out...

    Here's my code:



    //Chris Adams
    //CIS 111 Lab Assignment # 6

    //includes
  4. Replies
    4
    Views
    1,511

    Thanks for the reply & sorry for not posting my...

    Thanks for the reply & sorry for not posting my problem correctly.

    Can you (or someone else) help me out so I can take in the next 'int', so I can use it.

    The file I'm reading from is in this...
  5. Replies
    4
    Views
    1,511

    Steam Help...

    I'm working on an assignment which I have to first read in a char type-output it, then read in a int type...

    This is some of what I coded (btw i just started coding so please no negative...
  6. thanks for the reply... i'll play around with...

    thanks for the reply...

    i'll play around with it again tomorrow (i got school/work tonight)
  7. In my when I bring in the 'next char', which is a...

    In my when I bring in the 'next char', which is a digit, say like the '6' outof '64' how can combine the two (the 6 & the 4) so they make 64 again. Is there a way, or should I use a int/double for...
  8. here's the .cpp file

    here's the .cpp file
  9. Student Needing Help (not cheating-just help)

    I have to do an assignment for my C++ class which I have to make a program that:

    -Opens a .txt or .dat file with the following information- day a phone call started, time the call started, how...
Results 1 to 9 of 9