Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~321 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for balena

HElp.. Friday 09.19 I must present a little program for my C++ university test. I remain just a little bug. I use this code to write my file .DAT [code=C++] ofstream fileScritturaPartita(nomeFile,ios::binary | ios::out | ios::app); fileScritturaPartita.write(reinterpret_cast < const char * >(&sfidaDaSalvare),sizeof(Partita)); [/code] It works very well but in the …

Member Avatar for balena
0
147
Member Avatar for balena

I'm Angelo I'm 45 years old Despite my old age, I'm trying toi passthe last test of my graduate school. A terrible test of UML/C+++ !! But I already worked in JAVA/PHP/ASP/PYTON. but Never with the pointer!!! I signed here because when i search a C++ solution in Web, always …

Member Avatar for tiger86
0
38
Member Avatar for balena

I'm just writing a reading for the time a binary file where I stored records of my objects. It seems woorks very well. Now I'm working for random access at position "X": [code] ifstream myFile(fileName,ios::in); myFile.seekg( (X*sizeof( object )) , ios::beg); [/code] Should be ok. Before I start to write …

Member Avatar for Salem
0
136