can't executelol it won't you always have to have int main(){ } also u cant return void, void functions don't ret...
What are C++ libraries?google it
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...