Search:

Type: Posts; User: Screwz Luse

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    841

    Thanx a lot. Yeah, deffinately annoying. I'll...

    Thanx a lot. Yeah, deffinately annoying. I'll try it now
  2. Replies
    2
    Views
    841

    Need some help..

    Alright, I'm creating a program that's for a pay roll for school. I'm supposed to allow the teacher to view the payroll information and to edit it from another menu. Well, I've created a program...
  3. Replies
    4
    Views
    1,523

    lol.. thanx. Sorry about the "rudeness" in my...

    lol.. thanx. Sorry about the "rudeness" in my reply. :D My bad.
  4. Replies
    4
    Views
    1,523

    well, excuse me. No need to get all pissy and...

    well, excuse me. No need to get all ........y and snooty about it. I'm sorry if I've hurt you, all knowing one. 1.) My bad, I didn't really think that I had carried over to C++ really 2.) a, b, and...
  5. Replies
    4
    Views
    1,523

    Problem with program...

    Here's an example of part of a program I'm working on. I'm trying to get the program to do the correct math with the hours, overtime, and bonus enter (to see what I mean, take a look at the code...
  6. Thanks a lot. It worked perfectly. Now I gotta...

    Thanks a lot. It worked perfectly. Now I gotta figure out how to stop the text from repeating. I recieve the following:



    uuummm... It seems the bonus is out of order too. uuuummmm... I...
  7. alright. Thanx for telling me. Maybe I can get...

    alright. Thanx for telling me. Maybe I can get it working now.


    [edit]
    When I change char to int and have int buffer; instead of char buffer[256];, I get an error that says:


    Any ideas? I...
  8. yup.. I have them defined as an int and...

    yup.. I have them defined as an int and charters. uuuummm... I'll post the code I have so far for that section. Maybe it's something in the code that's doing it...



    int mattbview()
    {
    ...
  9. Question involving using math operations...

    Alright, I had posted a while ago about a project asigned to us by a teacher involving payrolls and everything. Well, I ditched the whole way we were doing it and started over with something that I...
  10. Replies
    6
    Views
    1,426

    I tried making a copy but it didn't work either. ...

    I tried making a copy but it didn't work either. I thought it may work if I did that too but it didn't seem to work. Anyone else have any suggestions?
  11. Replies
    6
    Views
    1,426

    sorry about the above post, that really was me I...

    sorry about the above post, that really was me I just couldn't remember if there was a space between Screwz and Luse. :D
  12. Replies
    2
    Views
    1,681

    Well, the toupper converts the text entered to...

    Well, the toupper converts the text entered to uppercase letters. Conio.h is a header file that contains the getch command. It contains more then that but I'm not sure about the other commands.
  13. Replies
    5
    Views
    5,528

    I know this may sound dumb, but how exactly would...

    I know this may sound dumb, but how exactly would you implement that? I mean, where would you put:


    if(iChoice==MATTB)
    {
    FileArray[MATTB].fFile = fopen( FileArray[MATTB].sFileName ,"w" );...
  14. Replies
    5
    Views
    5,528

    Thanx for the suggestions. I'll deffinately...

    Thanx for the suggestions. I'll deffinately bring it up during the next class and we'll cut down on the size and how many files are open at a time.

    This is going to be in C. We're using...
  15. Replies
    5
    Views
    5,528

    Need a suggestion on a school project..

    Alright, here's what's up. My teacher assigned us a project that involved us creating a "pay roll" program. This program had to allow him to edit pay rolls, view pay rolls, and add bonuses (sp?). ...
Results 1 to 15 of 15