Forum: C++ Apr 25th, 2006 |
| Replies: 2 Views: 1,247 I am doing a small assignement that has one class with two private members.....numerator and denominator. The question asks to make three overloaded constructors, some have arguements while one does... |
Forum: C++ Apr 23rd, 2006 |
| Replies: 1 Views: 1,958 I have problems with this small class program, have two classes...registration and course. I am writing a small function for registration adds the credits. I made an array called ptr of type course... |
Forum: C Apr 17th, 2006 |
| Replies: 1 Views: 851 In this function i am having problems with pointers, syntax wise this would not work ex (fstats +1)++; In this function i use fstats floater array to hold float values, now as in the functions i... |
Forum: C Apr 2nd, 2006 |
| Replies: 2 Views: 11,834 Need help with a function that reads from a text file usins fscanf function.
example say there is 20 stings that are 60 chars long on their own individual line. Does fscanf() read the whole text... |
Forum: C Apr 1st, 2006 |
| Replies: 3 Views: 3,057 I'm having problems here with this function i'm making, i need to make function that will write to a text file. This function has to ask the user for the file name and check if it exists. If this is... |
Forum: C Apr 1st, 2006 |
| Replies: 3 Views: 11,189 how do i use tags, sent a message before, can you tell me how to do it? Have no idea |
Forum: C Apr 1st, 2006 |
| Replies: 3 Views: 11,189 I'm having problems here with this function i'm making, i need to make function that will write to a text file. This function has to ask the user for the file name and check if it exists. If this is... |
Forum: C Mar 30th, 2006 |
| Replies: 1 Views: 1,224 I am doing my program here which is a simple input characters classify them and display them, it has other functions as well. My problem is that i had to modify my program starting to use pointers.... |
Forum: C Mar 15th, 2006 |
| Replies: 3 Views: 1,888 i am using getche() because i'm monitoring each character inputed, basically i got to quit as soon as space character is inputed. |
Forum: C Mar 15th, 2006 |
| Replies: 3 Views: 1,888 I have problems in how can i use the backspace key work in deleting characters in real time. I have a program where you can type a string no more than 60characters but say i don't want the last... |
Forum: C Mar 12th, 2006 |
| Replies: 3 Views: 3,396 i kinda get it, basically, i have done some programming before with classes but this program is very basic without using pointers. is there is simple way to do it. Like can you clear the stream... |
Forum: C Mar 12th, 2006 |
| Replies: 3 Views: 3,396 I use cin.get to pause the screen so i can display my data on the screen, cin.get() pauses it good on the first try. Basically if you hit "enter to continue" the loop works great with no jumping over... |