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.

~3K People Reached
Favorite Tags
Member Avatar for zekstein

Hello there ! I wrote a dll( using MINGW and Codeblocks ) that should do the "background work" of my app. I have an interface build in Microsoft Visual C++ 2015. Is posible to control some TextBoxes, or Buttons( enable/disable ) or ProgressBars, or opening a new Form from the …

0
249
Member Avatar for zekstein

I'm trying to develop an app that realises the communication between a gameserver and an applcation. My code so far is: #include <cstdlib> #include <iostream> #include <boost/bind.hpp> #include <boost/asio.hpp> #include <boost/asio/ssl.hpp> using namespace std; enum { max_length = 1024 }; class client { public: boost::asio::streambuf receive_buffer; client(boost::asio::io_service& io_service, boost::asio::ssl::context& context, …

Member Avatar for rubberman
0
1K
Member Avatar for zekstein

Hello ! I have a problem ! I'm starting a comment system for my website. The problem is: I want to use an HTML editor, but is not fully necesary. My problem is with the security. How to secure the user input that i save in database? Because i show …

Member Avatar for diafol
0
142
Member Avatar for zekstein

From where to start in making an application like Dropbox ? Exists any code snippets or some api ? If not possible in C++, C# is good ... Thanks :D.

Member Avatar for Ancient Dragon
0
115
Member Avatar for zekstein

I need some help here.. I need an example to do that : ( a background task ) #includes blablalbalbla void?? ExecuteTask () { while(1) { cout << "first " << endl; } } int main () { ExecuteTask( ); while( 1 ) { cout << "lol" << endl; } …

Member Avatar for zekstein
0
186
Member Avatar for zekstein

I'm tryng to statical link libcurl but im getting some errors... I've done that: [url]http://i39.tinypic.com/25ztkbm.png[/url] [url]http://i43.tinypic.com/2nsugyq.png[/url] [url]http://i40.tinypic.com/a24v4n.png[/url] [url]http://i43.tinypic.com/1fx1lt.png[/url] Why im getting the error in the 4th picture :( ?

Member Avatar for thines01
0
104
Member Avatar for zekstein

I took curl-7.24.0.zip from their site [url]http://curl.haxx.se/download.html[/url] and compiled libcurl ... i've got only the .lib Now, what to do ? EDIT : Im also needing a simple example on how to retrieve a website content ( blablabla.com?uid=1 ) in a char using wininet. I tried [code] HINTERNET hINet, hFile; …

0
71
Member Avatar for zekstein

I need a sample code to retrieve the source code of a page . Ex : I have [url]www.blahblahblah.tld/file.ext?id=blah[/url] I want to retrieve in a char the source code of that site. Thanks

Member Avatar for thines01
0
407
Member Avatar for zekstein

Hello, i have a little big problem. I have an application that needs to 'download' two exe files but i don't want to make internet connections and ... So my application verifies the system time and should 'extract' the .exe for x64 or x86. But i don't know how to …

Member Avatar for zekstein
0
153
Member Avatar for zekstein

Hello, i need to 'query' a half life server. The info about query is here [url]http://int64.org/docs/gamestat-protocols/halflife.html[/url] and i want to query the server with the packets : ÿÿÿÿrules for example. The ip is 127.0.0.1 and the port 27015 with udp connection How to do that ? I want C# or …

0
79
Member Avatar for zekstein

Hello there, I want to add an entry to the lmhosts file Ex : 123.321.123.321 arg1 #PRE I need a simple code that do that and something that does the nbtstat -R Job because i need to purge it. If i use in cmd nbtstat -R it says something like …

Member Avatar for zekstein
0
137
Member Avatar for zekstein

Hello ! I want to make an application ( Win 32 - DLL Output ) That do two things : 1) executes in application with system( "C:\blalblala\lol.exe" ) 2) sends an email at 1 ) it is working but i don't wait to wait for exit ( ex : if …

Member Avatar for thines01
0
104