Forum: C++ Apr 3rd, 2006 |
| Replies: 14 Views: 3,765 Hey there guys!
I've solved my own problem here. After more and more (which i've already done so much... :( sigh)research, i've finally found out a way to do this. it might not be the more... |
Forum: C++ Apr 1st, 2006 |
| Replies: 14 Views: 3,765 Yup i noe using strings is a good choice. :) What im stucked here is to modify a record. I really need some answers on how i can do this. Ive done tons of research about how to do it and really have... |
Forum: C++ Apr 1st, 2006 |
| Replies: 14 Views: 3,765 if i assign lets say
char video[40];
and for example a word "hello world" is in that video[40]. if i want to updat it to "hello big world"
is that suppose to mean i already have a fix memory... |
Forum: C++ Mar 30th, 2006 |
| Replies: 14 Views: 3,765 Hmmm. This could be one way if im just doing a modify record.
But are there any other ways i could do this in a much simpler way? what i have here is other functions that, for example needs to add... |
Forum: C++ Mar 29th, 2006 |
| Replies: 14 Views: 3,765 yah, i was thinking of that too. mabe what i can do is create another set of temporary variables as a temporary memory location, edit the temp location, then store the temp location overwriting the... |
Forum: C++ Mar 29th, 2006 |
| Replies: 14 Views: 3,765 Hi there guys!
Just want to say these communities are great! i've really benefited alot from the forum and its tutorials. Special thanks to FireNet and his file handling tutorials. It really... |