Search:

Type: Posts; User: bcianfrocca

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    5,767

    just use "toupper" whenever the user enters the...

    just use "toupper" whenever the user enters the grade, and always test for capital letters.. it'll save you 50% of the "OR" statements...
  2. Thread: Last try!!

    by bcianfrocca
    Replies
    1
    Views
    1,054

    Last try!!

    Alright guys, thanks to everyone out there who has helped me with this project. Much props to ya'll... here is my final attempt at this, hopefully you'll be able to tell what I'm trying to...
  3. Replies
    11
    Views
    2,111

    updated code: anyone out there?????? ...

    updated code: anyone out there??????




    #include <iostream>
    #include <cstdlib>
    #include <fstream>
  4. Replies
    11
    Views
    2,111

    updated code: someone help please!! ...

    updated code: someone help please!!




    #include <iostream>
    #include <cstdlib>
    #include <fstream>
  5. Replies
    11
    Views
    2,111

    new problem!!! here is the updated version of...

    new problem!!! here is the updated version of the code i've been working on. I explain in the comments in the code what needs to be done. If someone could help me out here i would GREATLY...
  6. Replies
    11
    Views
    2,111

    yeah, you're right... good catch...

    yeah, you're right... good catch...
  7. Replies
    11
    Views
    2,111

    there's actually 22 items in my array once read...

    there's actually 22 items in my array once read in from the file, so 0-21 will be the "values"
  8. Replies
    11
    Views
    2,111

    i'm just getting a list of zeros for the...

    i'm just getting a list of zeros for the output... here is the updated code with changes made... the point is when "arrivalTime" in preList is equal to "x", copy all data from node with "arrivalTime...
  9. Replies
    11
    Views
    2,111

    Troubleshooting code

    need help troubleshooting... i want this to copy from the preList into the readyList whenever the requirements are met... when x%1000 = 0 and whenever preList[i][0] = x.... why won't this code...
  10. Replies
    12
    Views
    11,943

    Ok, i have it working so far... now the next step...

    Ok, i have it working so far... now the next step is to take the data from the node, and put it into a "ready list" according the first number in the text file: text file looks like...

    30 4.56667...
  11. Replies
    12
    Views
    11,943

    it doesn't like the "vector" statement... here's...

    it doesn't like the "vector" statement... here's the code I have so far... i'm a TERRIBLE c++ code writer, i design the projects, not code them.. so bare with me fella's....
    the object is the get...
  12. Replies
    12
    Views
    11,943

    what #include must be added for "vector" to work?

    what #include must be added for "vector" to work?
  13. Replies
    12
    Views
    11,943

    i thought about that, but the simulator is going...

    i thought about that, but the simulator is going to grab data from that temporary storage unit as necessary. by putting all the data into a temporary storage area, i don't ahve to keep the file open...
  14. Replies
    12
    Views
    11,943

    I'm just looking for the simplest implementation...

    I'm just looking for the simplest implementation to get the data from the file, into some type of temporary storage structure to later be rtransfered into some type of "Ready List" to simulate a...
  15. Replies
    12
    Views
    11,943

    reading data into a queue from file

    Hi everyone, I have a question. How do I open a file, and then read the data from the file into a queue (or some other temporary file structure that i can later transfer into a queue if reading into...
  16. Replies
    7
    Views
    1,509

    atoi! thats what i thought to use, but the way i...

    atoi! thats what i thought to use, but the way i had it set up wasnt working right... thanks anyways!
  17. Replies
    7
    Views
    1,509

    Easy convert question

    How do I convert a string containing say "12", into an integer 12 using C++??? I have to use the 'getline' function to grab data from a file, and 'getline' only lets you grab characters and...
  18. Replies
    19
    Views
    2,791

    ok... i have this now... and it's still not...

    ok... i have this now... and it's still not liking it....



    for (int t=0; t<3500; t++)
    {
    array[t] = infoPac10;
    }

    }
  19. Replies
    19
    Views
    2,791

    it's not liking the instance of "pac10 temp;" in...

    it's not liking the instance of "pac10 temp;" in "option 3".... this is getting really confusing... i took the last suggestions of changing the 'sort' in option3, but it still doesnt work and i'm not...
  20. Replies
    19
    Views
    2,791

    Yes, i agree, however; i feel if i am too stupid...

    Yes, i agree, however; i feel if i am too stupid to have this work in one program, then i am too stupid have it work with multiple programs.. lol... anyways... here's what i have so far if you wanna...
  21. Replies
    19
    Views
    2,791

    how about i break my monitors and my hard disk??...

    how about i break my monitors and my hard disk?? lol... what do you mean a smaller program?
  22. Replies
    19
    Views
    2,791

    b.t.w.... i can use an 'if' statement, but if i...

    b.t.w.... i can use an 'if' statement, but if i do more than one if statement... it takes away the point of it... for instance...




    if (pac10[0] == infoPac10.college)
    //write to file or...
  23. Replies
    19
    Views
    2,791

    I must be a total retard, because I can't get...

    I must be a total retard, because I can't get this to work... still... i'm so frustrated i could take out the support walls for my house... lol. I give up...
  24. Replies
    19
    Views
    2,791

    i still can't figure this out... this is getting...

    i still can't figure this out... this is getting rediculous....
  25. Replies
    19
    Views
    2,791

    I can do that, but how do I do it without an "if"...

    I can do that, but how do I do it without an "if" statement... and if i use multiple "if" statements, then it doesnt sort itself according to the college...??? I need to know how to sort the file i...
Results 1 to 25 of 69
Page 1 of 3 1 2 3