Search:

Type: Posts; User: rainman39393

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    8,165

    converting infix to postfix

    I have an assignment to write a program that converts an infix mathematical expression into a postfix mathematical expression using a template class and a stack. I am inexperienced at using both and...
  2. Replies
    3
    Views
    1,257

    please help me design a function!

    I am writing a program that converts arabic numbers to mayan numbers and vice versa. I got the converting arabic numbers to mayan down perfect but I am really struggling to write a function...
  3. Replies
    2
    Views
    1,374

    having trouble using classes

    I have an assignment to write a program that allows you to input either arabic or mayan numbers and convert them to each other. we are supposed to use a class containing all of the functions and...
  4. Replies
    1
    Views
    1,112

    2-D dynamic arrays

    I was assigned a project that requires a 2-D dynamic array of char and I am having trouble finding the proper way to define it. It is supposed to hold people's names inputted by the user. The user...
  5. Replies
    1
    Views
    1,497

    3D array problem

    I have an assignment to write a program that asks a user the year, model, and condition of a vehicle and display the price. We have to use a 3-D array to hold all of the values and a 2-D array to...
  6. "error C2075: '_Tmp' : array initialization needs curly braces", huh?

    I have to write a program that inputs data for a payroll, puts the info into 3 arrays and then use bubble sort to sort them alphabetically. When I compile I get these errors:

    Error 10 error...
  7. Replies
    5
    Views
    1,792

    unresolved externals?!?!

    I keep getting the error messages
    Error 1 error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup MSVCRTD.lib
    and
    Error 2 fatal error LNK1120: 1 unresolved...
  8. Thread: I'm lost

    by rainman39393
    Replies
    8
    Views
    1,762

    I'm lost

    I'm having a lot of trouble with one of my assignments. We are supposed to make a program that inputs text from a file, then separates the incoming data into tokens. And then place each one into a...
  9. Replies
    2
    Views
    1,515

    bubblesort problem

    I have been writing a bubble sort function to sort an array of numbers and an array of names. I wrote the code the way I thought it was supposed to be but every time I run it, the last input from...
  10. Replies
    5
    Views
    1,019

    Thanks, I did it and it works now.

    Thanks, I did it and it works now.
  11. Replies
    5
    Views
    1,019

    sure int main() { char x='z'; string...

    sure



    int main()
    {
    char x='z';
    string names[100]={};
    int numbers[100]={};
    int counter;
  12. Replies
    5
    Views
    1,019

    strange error message

    Hello everyone, I am new here and am having a problem with a homework assignment. I am supposed to write a program creating two empty arrays, and have the user add information to them. The part I am...
Results 1 to 12 of 12