Search:

Type: Posts; User: Tech2011

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,706

    Oh good catch. Thank you for your help! I don't...

    Oh good catch. Thank you for your help! I don't know why I didn't think of that.
  2. Replies
    3
    Views
    1,706

    My if-else statements won't execute

    So I'm trying to create a program that will advance a user-specified calendar date by a user-specified number of days. So I created a while loop that should run through my if-else statements to...
  3. Replies
    4
    Views
    659

    Oh! Haha! I should have caught that one! That's...

    Oh! Haha! I should have caught that one! That's one of those "so stupid that I can't believe I didn't catch it" kind of errors. Thanks for noticing! And I also don't know why I had that third else...
  4. Replies
    4
    Views
    659

    My C++ program keeps crashing

    For a programming assignment, I have to ask the user for a number and determine if it is an abundant number or not and report that back to the user.

    For some reason, when I enter a number to test...
  5. Displaying prime numbers using nested loops?

    So I have a programming assignment in which I'm asked to display all of the prime numbers between 1 and 100 using nested loops. And I'm also asked to display the quantity of numbers that are primes...
  6. Replies
    2
    Views
    1,044

    File IO - File creation

    Hello forum members
    My goal with my code is to design a system of creating a series of XML files based on whether or not a specific XML file exists.



    int main(){
    int filename=0;
    ofstream...
  7. Possible algorithms for random strings in C++

    Hello all!
    It's Tech2011 again!
    I have another stupid question to throw out there for you all!
    I am looking for an algorithm I could use in C++ to develop random strings of both alphabetical...
  8. Thread: C++ arrays

    by Tech2011
    Replies
    3
    Views
    1,171

    C++ arrays

    Greetings forum members!
    My name is Steven. But I'm known as Tech2011 around various sites.
    I am new to this forum. Anyways, I have a quick question about C++ arrays.

    So I was hoping to design...
Results 1 to 8 of 8