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
~227 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for vicky_menonsky

hi alll,, i want to read a text file character wise and write to buffer till the occurance of first space... can any1 giv me a sample code snippet plzz

Member Avatar for jencas
0
56
Member Avatar for vicky_menonsky

hi all, im trying to write contact info(name & number)from a file to the sim, in VC++ for Windows Mobile 6.0..iam unable to do this using the SimWritePhoneBookEntry()...can u guys plzzz suggest an alternative strategy.. thnksss

0
44
Member Avatar for vicky_menonsky

I am trying to write in a file using VC++. my program is to read the entries from the listview and write them in a text file. however i am unable to give newline after each column in listview is written , thus entire listview contents get written in a …

Member Avatar for mvmalderen
0
85
Member Avatar for vicky_menonsky

[B]iSel = ListView_GetSelectionMark(g_hwndLV);[/B] //used to get cursor selection from list view &then we write it to file //i hav problems moving the slection to next item .currently am using follg code: index=ListView_GetNextItem(g_hwndLV,-1,LVNI_BELOW); iSel=ListView_SetSelectionMark(g_hwndLV,index); //and then i write code to write next selected entry into file .code compiles.but doesnt work as …

0
42