User profile: andrix10

User info
User name:andrix10
Name:Andrei Kuzmiankov
Location:Sacramento,CA
History
Joined:
Number of posts:14
Latest posts:

can't execute
lol 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 creation
i have a problem with the program creating a file [code]#include <iostream> #include <fstream> #i...

random number generator
Hello So this is my program: [code]//Steven Velazquez,Michael Reisenweber, Andrei Kuzmiankov #inc...