Need some help with passing structure pointers[code]#include <iostream> #include <fstream> #include <iomanip> using namespace std; struct record{ ...
binary file creationi have a problem with the program creating a file [code]#include <iostream> #include <fstream> #i...
random number generatorHello So this is my program: [code]//Steven Velazquez,Michael Reisenweber, Andrei Kuzmiankov #inc...
some file helphey i wanted to ask how can i calculate how many characters there is in the first word of a sentence...
some help plzk i have a function: [code]void copyB(const int *fromPtr, int rows, int columns, int to[][10]) { ...