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
Ranked #4K
~711 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for neel_patric

hello, i am a little confused with something. im reading values from a text file which only contains 1's and 0's. here is the code. [CODE] char y; ifstream inFile2; inFile2.open("c:\\binary.txt"); ofstream fileout2; while (inFile2 >> y) { //cout<<y<<" "; this would print either a 1 or 0 // based …

Member Avatar for J.Turnbull
0
94
Member Avatar for mshravs

[QUOTE=mshravs;881050]using the login controls. with textboxes and button i got it[/QUOTE] how did u validate the user id and passwd? can u post ur code pliz?

Member Avatar for dnanetwork
0
485
Member Avatar for neel_patric

im trying to compare a value that a user can input in a txt box to a record in a database. for example i have a txt box which has id as txtStudId. now i have a db which has already been linked to the form using the access data …

Member Avatar for kvprajapati
0
132

The End.