No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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 …
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 …
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.
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...
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; } } …
[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
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 …
The End.
l1nuxuser