User profile: andrix10

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

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...

some file help
hey i wanted to ask how can i calculate how many characters there is in the first word of a sentence...

some help plz
k i have a function: [code]void copyB(const int *fromPtr, int rows, int columns, int to[][10]) { ...