Forum: C++ Nov 28th, 2005 |
| Replies: 2 Views: 2,129 i have this program trying to read from a file but i keep getting this error message what am i doing i cant figure it out.
#include<iostream>
#include<cstdlib>
#include<cstring>... |
Forum: C++ Nov 22nd, 2005 |
| Replies: 7 Views: 1,811 how do i get to the tutoriols |
Forum: C++ Nov 22nd, 2005 |
| Replies: 7 Views: 1,811 |
Forum: C++ Nov 22nd, 2005 |
| Replies: 3 Views: 1,299 I have to develop a C++ program that reads the data records from the input file and stores them in a dynamic array of structs, which should be sized just enough for the problem. (TIP: Your program... |
Forum: C++ Nov 14th, 2005 |
| Replies: 2 Views: 1,141 how do u write cin.get in c language and how to open and close files in c languauge |
Forum: C++ Nov 14th, 2005 |
| Replies: 7 Views: 1,811 i have to convert a program from c++ to C language and at one point in my program im stuck where its dealing with dynamic memory of an array. i started it but i dont know how u do dynamic memomory in... |
Forum: C++ Nov 9th, 2005 |
| Replies: 5 Views: 4,100 i had to make a program that avereage the scores of test grades and displayed the highest grade made and also the lowest grade made and the test average. it also showed the number of vaild scores to.... |
Forum: C++ Oct 26th, 2005 |
| Replies: 30 Views: 898,295 Generate 2 random numbers (call them arraySize1 and arraySize2) within a user-specified range of lower_size_bound to upper_size_bound, inclusive.
Allocate 3 dynamic arrays of integers (called... |