Search:

Type: Posts; User: romeoz

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: PHP Newsletter

    by romeoz
    Replies
    2
    Views
    1,220

    PHP Newsletter

    I'm creating a program so people can subscribe to my newsletter. Well that works out fine, if you sign up you will get a email confirming that you signed up. Well when I go to email.php to send out...
  2. Replies
    1
    Views
    824

    arrary of records

    I need to create an array of records to read my inventory file and store multiple files until the 0 key is entered...can someone direct me where I can read about his stuff..my book believe it or not...
  3. Replies
    7
    Views
    3,176

    I am still a little loss on when I enter Y it...

    I am still a little loss on when I enter Y it stops...I want to make it say customer 2...I thought it would cause I had the customer++ signs above...when I hit N it exits but Y just sits there, so I...
  4. Replies
    7
    Views
    3,176

    continue yes or no

    I give the prompt at the end to checkout another customer, they have to pick Y or N. If they pick N it will go to the good bye, sotre closing, ect...but if they pick Y then it just sits there, it...
  5. Thread: continue loop

    by romeoz
    Replies
    7
    Views
    1,392

    thanks for the help....that works perfectly...I...

    thanks for the help....that works perfectly...I am going to create an array to read my inventroy file to get all the informationn next...I just wanted to get my loop and stuff working..thanks again
    ...
  6. Thread: continue loop

    by romeoz
    Replies
    7
    Views
    1,392

    I appreciate your help in this program but I try...

    I appreciate your help in this program but I try that and it still says illegal else without matching if....Could you give a little more detail, I'm sorry.

    Bryan
  7. Thread: continue loop

    by romeoz
    Replies
    7
    Views
    1,392

    I changed the above file but it still gets the...

    I changed the above file but it still gets the same error. It stops and says "Press any key to continue after two entries." I need it to go to "Thank you ect". only when I press 0.

    Bryan
  8. Thread: continue loop

    by romeoz
    Replies
    7
    Views
    1,392

    continue loop

    I am trying to continue this loop until the person enters 0 then it will end up printing out the receipt. But it only lets me enter up to two two items then goes to press any key to continue. Why...
  9. Replies
    6
    Views
    1,189

    I am creating a .H File to store my Array of...

    I am creating a .H File to store my Array of Inventory Items...I need to be able to reference back to that for the prices and to see if it is taxable or not. How can I design something in my main...
  10. Replies
    6
    Views
    1,189

    I was leaving out the count part...thanks alot ...

    I was leaving out the count part...thanks alot

    Bryan
  11. Replies
    6
    Views
    1,189

    this is my file and I need to get rid of 5 sets...

    this is my file and I need to get rid of 5 sets of lines...I have 6 sets of lines for 6 products in my Inventory.txt file but I need it to make a loop so I only have to put one set of instructions vs...
  12. Replies
    6
    Views
    1,189

    List inventory file to screen

    Lets say I have 10 items on my inventory list, I dont want to write this out


    inData >> prod >> item >> price >> tax;
    cout << prod << " " << item << " " << price << " " << tax << endl;...
  13. Thread: class errors

    by romeoz
    Replies
    3
    Views
    3,771

    Indata.open file wotn work....

    Ok, I am attaching my two .cpp and .h file..can someone take a look, it compiles, runs but the Invent.txt file wont open so people can see what is in my store?? thanks

    Bryan
  14. Thread: class errors

    by romeoz
    Replies
    3
    Views
    3,771

    class errors

    I cant figure out why I am getting these class erros....can someone help..I know this alot of code here but I would appreciate any kind of help. here are my errors:



    Compiling...
    checkout.cpp...
  15. Thread: Looping problem

    by romeoz
    Replies
    8
    Views
    996

    Looping problem

    I am trying to keep my balance and make it loop for 5 times then give the current balance. What did I do wrong? Also is this what a five-element one-dimensional array is? I dont have my book with...
  16. Replies
    0
    Views
    858

    trying to make more readable

    I got it finally to work....If I enter a number other than 0-100 it gives an error and asks for a new number. I was looking in my book and ran across a statement, which is what I used, but is there...
  17. Replies
    21
    Views
    4,481

    also, I added those three semiclons back and...

    also, I added those three semiclons back and fixed the void statement that had a
    } I needed a
    ]...I messed up.
  18. Replies
    21
    Views
    4,481

    I wish I had a choice...I am just trying to do my...

    I wish I had a choice...I am just trying to do my assignemnts every week. Its a learning experience and since I do this online its alot harder not having a teacher help explain it to me. thanks for...
  19. Replies
    21
    Views
    4,481

    scores for 100 students....since the...

    scores for 100 students....since the NUM_STUDS=100 above..at least I hope..hehhe
  20. Replies
    21
    Views
    4,481

    I get 23 errors and 1 warning when I add those...

    I get 23 errors and 1 warning when I add those semicolons to the three statements.

    Bryan
  21. Replies
    21
    Views
    4,481

    I modified the code above..thanks for the help. ...

    I modified the code above..thanks for the help. Istill get these erros.:

    'void' : storage-class or type specifier(s) unexpected here; ignored
    error C2146: syntax error : missing ';' before...
  22. Replies
    21
    Views
    4,481

    I'm getting an error with my 2nd void statement:...

    I'm getting an error with my 2nd void statement: 3 in all

    warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
    error C2146: syntax error : missing ';' before...
  23. Replies
    21
    Views
    4,481

    if they want me to initialize all compoenets of...

    if they want me to initialize all compoenets of failing to false, what exactly am I trying to do? I dont specify in this program what is passing or failling, that is a totally differenet program,...
  24. Replies
    21
    Views
    4,481

    thanks..I'm gong to work on it now.. Bryan

    thanks..I'm gong to work on it now..

    Bryan
  25. Replies
    21
    Views
    4,481

    here is wha tI have so far...am I on the right...

    here is wha tI have so far...am I on the right track?



    #include <iostream>

    using namspace.std;

    Void Initialize(/* out */ bool Failling[])
Results 1 to 25 of 75
Page 1 of 3 1 2 3