Search:

Type: Posts; User: jgonzales

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,045

    Thanks all that helped, I am newbie to C++ and am...

    Thanks all that helped, I am newbie to C++ and am taking a college course this semester. This is my final working program.

    God bless,
    Jose



    //Jose Gonzales, #c++04, 95

    #include...
  2. Replies
    6
    Views
    3,045

    how do I reverse order of my array

    How do I reverse the order of this array?

    Jose




    #include <iostream.h>
    #include <stdlib.h>
  3. Thank you so much, its working now. God Bless,...

    Thank you so much, its working now.

    God Bless,
    Jose
  4. Thanks, but where and how do I incorporate your...

    Thanks, but where and how do I incorporate your suggestion in my code, I tried to add it right after..."Enter the name of the Pizza Company: "...line and I get errors.

    I'm new to C++...
    Jose
  5. How do I allow 2 words to be entered...?

    How do I allow 2 words entered into my program?
    Currently my below program works but when user enters 2 words in pizza name variable the program shuts down...



    //Jose Gonzales, key: #c++02, 45...
  6. Replies
    4
    Views
    1,143

    I am not sure. I took a C programming class in...

    I am not sure. I took a C programming class in summer school and the instructor flew through data structures and this semester I am taking a C++ class and am on an assignment where we have to write a...
  7. Replies
    4
    Views
    1,143

    data structure examples

    Anyone have any good URLs where I can go and learn more about data structures? I need to write a program that creates a data structure, accepts user input and stores in the data structure and outputs...
  8. Replies
    14
    Views
    2,015

    Thank you that sorted them by grade. Now I...

    Thank you that sorted them by grade.

    Now I need to figure out how to incorporate your example into my code...I wrote my program different from you and had to also change the grades into a letter...
  9. Replies
    14
    Views
    2,015

    I really appreciate your help. Honestly I am...

    I really appreciate your help.

    Honestly I am working on an assignment for a class I took this summer, this is the only part of the last assignment I couldn't figure out in time. The professor...
  10. Replies
    14
    Views
    2,015

    thanks for the code I really appreciate it, but I...

    thanks for the code I really appreciate it, but I tried your code with my datafile and this was the output I received......

    ......................................................
    Unsorted...
  11. Replies
    14
    Views
    2,015

    Of course I don't understand how to do...

    Of course I don't understand how to do structures, that is why I am asking a question.
  12. Replies
    14
    Views
    2,015

    how do I sort this structure???

    Does anyone know what I am doing wrong with this code below, I am trying to sort my grades program. I am trying to sort this structure?

    I am getting these error messages:
    ...
  13. #include #include #include...

    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>
    #define MAX 10
    #define MAXN 10


    void display_grades(void);

    int main (void)
  14. I did it, praise Jesus! thanks for everyone...

    I did it, praise Jesus!

    thanks for everyone that helped. here is my finished working code..

    _________________________________________________


    #include <stdio.h>
    #include <string.h>...
  15. I tried to modify my code but I still am not...

    I tried to modify my code but I still am not having any success, now it is printing this as the screen output....

    very frustrated because I know I am a newbie and this will end up being something...
  16. newbie question on converting numeric grades to letter grades

    Can anyone help me. I am working on a program that reads from a text file, then displays the names and grades on the screen. This is working but I need to convert the number grades to letter...
  17. Replies
    3
    Views
    1,089

    I got it.

    I got it i changed the || to && and it worked fine.
    Thanks.

    Jose
  18. Replies
    3
    Views
    1,089

    how to validate more than one code

    That makes sense but how do I validate for more than one code?

    Jose
  19. Replies
    3
    Views
    1,089

    validate data

    I am working on a program that validates the entered data and when I have this part of the code....

    ////////////////////////////////////////
    do{ //validate creditrating
    printf ("How...
  20. Replies
    2
    Views
    1,692

    that was it, thanks

    that fixed it, thanks.
    Jose
  21. Replies
    2
    Views
    1,692

    newbie question

    I have been programming in vb, html, sql, vba, vbs, javascript for a couple of years but am a newbie to visual c++. I am teaching myself and am writing my first traditional "hello world" program.
    ...
Results 1 to 21 of 21