Search:

Type: Posts; User: jdcollins

Search: Search took 0.01 seconds.

  1. Real quick question about operator overloading

    Hi guys,

    I am writing a program where I need to overload the + and - operators to add or subtract data in a linked list and put this data into a new linked list.

    Some of the code has been...
  2. Replies
    1
    Views
    2,137

    And I was just messing around with the...

    And I was just messing around with the constructor where I have:


    {
    int size = bigintstr.length();
    int count = 0;

    // Store each digit of the string in the struct
    while (count < size-1)...
  3. Replies
    1
    Views
    2,137

    Help with structures and classes

    Hi guys,

    I have to write a program that will read in large numbers from a file as strings, then store each digit in a linked list. The program will then add or subtract each line depending on the...
  4. Thanks! I did some research on the npos and...

    Thanks! I did some research on the npos and actually got it working perfect.
  5. Need help with what should be a simple program

    Hi guys,

    Need some basic help here. Basically I have to write a program that will search a string and replace all occurrences of "C++" in that string with "Java". The program will then have to...
Results 1 to 5 of 5