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
~567 People Reached
Interests
Browser based MMO, Music, C/C++, MySQL, PHP
Favorite Tags
c++ x 6
Member Avatar for cakka

Hi, i want to learn Application Development. What the simple programming that must i understand for that ? And where i can getting the resources for the tutorial about that from zero? Thanks

Member Avatar for robertek
0
199
Member Avatar for uncertainty

Im currently using turbo explorer as IDE, kinda new to it and was testing some functionalities and ended up trying to save and load images from MySQL. So I had this one to grab images from file to form: [code] void __fastcall Tcharacter::openClick(TObject *Sender) { OpenPictureDialog1->Execute(); EditBox1->Text = OpenPictureDialog1->FileName; Image1->Picture->LoadFromFile(EditBox1->Text); …

0
70
Member Avatar for uncertainty

How do I insert variables with data type as DOUBLE? like in the code below, it is how you insert strings into mysql [CODE] myconnection->myquery->SQL->Clear(); myconnection->myquery->SQL->Add("insert into users (user,pass,email)"); myconnection->myquery->SQL->Add("values ('"+user->Text+"', '"+pass->Text+"', '"+email->Text+"')"); myconnection->myquery->ExecSQL();[/CODE] in this statement: [CODE]myconnection->myquery->SQL->Add("insert into users (user,pass,email)");[/CODE] user, pass and email are fields of users table, …

0
72
Member Avatar for uncertainty

What library is there in C++ that has the ServerSocket, Socket,MulticastSocket, Datagram & DatagramSocket classes?it is java.net in java i guess :(

Member Avatar for hammerhead
0
111
Member Avatar for Batool110

i am new to dis programming world n programming languages ...so plz help me n tell how i b a gud programmer...my coding is week wat shall i do 2 improve it plz help me:(

Member Avatar for ndeniche
-1
115