![]() |
C++ x,y chart
Hey guys, thanks for viewing my problem,,
i am currently working on a program and i am trying to input a menu to run with a template i have i am having trouble looping the menu with the template the program is an X,Y plotter i have a template up and running but i just cant get the menu to function with the template some help will be greatley appreciated or if somone could teach me step's here it goes: The template Code:
#include <iostream> if the menu could function with the template this program will be running perfectly. any help will be greatley appreciated!:worried: |
Re: C++ x,y chart
Sorry to be boring but sentence structure makes a lot of difference when you're explaining technical problems. If you can't be arsed with capital letters and full stops then at least put a line break between sentences. For example:
- i am currently working on a program and i am trying to input a menu to run with a template i have - i am having trouble looping the menu with the template - the program is an X,Y plotter - i have a template up and running but i just cant get the menu to function with the template - some help will be greatley appreciated or if somone could teach me step's here it goes: I don't know what "input a menu to run with a template" means. Onto the code then. Code:
// the initilize function call it like this when you need it Reset();Code:
void readkeyboard(){ // loop this code until they enter -99 in your own wayCode:
// menus supposed 2 go here??!? |
| All times are GMT +5.5. The time now is 06:55. |