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

7 Posted Topics

Member Avatar for l1nuxuser

Hello everybody i'am building a software to make lab management. So I need to save the data base. and i using SQLite. but I have problem the SQLite pramter is a const char. and the data from the software are CString. and becouse I using Unicode I can't convert them …

Member Avatar for kndubey88
0
705
Member Avatar for l1nuxuser

hello c++ dev team!!! i need lilibit help from you. like i write in my prevois thread i bulding now lab mangement, and tks to you i passt the SQL lavel, (tks lot)!!! so i'am stuck now in the view step, that meen when the seller well open the software …

0
140
Member Avatar for l1nuxuser

hello everybody. i bulding now a software with a data-base i am using MFC lib. i need help how to add, edit & use data base in vc++ tks biny.

Member Avatar for Ancient Dragon
0
212
Member Avatar for l1nuxuser

hello everybody. i need help ASAP. i have access file in windows XP and now i have been install win 7 and the access software say "you need the right user", how can i fix this problem tks in advance...

Member Avatar for l1nuxuser
0
115
Member Avatar for Bead

first change the string to char. [CODE]void main(){ int num1; int num2; //string a; char a;[/CODE] then change the cher to int with using atoi() [CODE]int a_a = atoi(a); //return the INT value of the charter[/CODE] and then use simple switch. [CODE]switch(a_a){ case '+': { // action() break; } } …

Member Avatar for l1nuxuser
0
166
Member Avatar for l1nuxuser

[CODE] char *CHuser, *CHpass; CHuser = user_user.GetBuffer(0); //user_user its CString verb CHpass = password_user.GetBuffer(0); // password_user its CString verb [/CODE] i need to convert the CString to char but is not woking if someone can help me its gon be very useful ks biny

Member Avatar for l1nuxuser
0
263
Member Avatar for l1nuxuser

hello evrebody; i need some solution to my problem; i wont to have data - base in my progrem based on C++ the user can add and remove from that but i dont know how to save data to local folder in the computer... i find something like this and …

Member Avatar for jonsca
0
94

The End.