Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~3K People Reached
About Me

Programmer of specific languages. Animator and modeller.

Interests
Programming, modelling, learning and reading.
PC Specs
AMD Athlon X2 - 2.4GHz4GB Ram - DDR2 800Nvidia GeForce 6600 - 512MBWindows 7
Favorite Forums
Favorite Tags
Member Avatar for bejfake

Hi, I'm creating remote desktop application in qt 4.8. I have to implement some way to browse remote computer directory structure and possibility to download files on local machine. I'm wondering how can achieve this...

Member Avatar for [Prototype]
0
330
Member Avatar for [Prototype]

I'm interested in learning about memorystreams, streaming of bytes , byte arrays, buffers, ftp and how network streaming works, where can I learn this? Things like dim buffer as byte(3000) or dim fs as filelstream = file.read if fs > 0 then I think you understand what I mean, thanks!

Member Avatar for Teme64
0
116
Member Avatar for swathys

Hi, below is my code, but when i send the message thru client socket i receive [COLOR="Red"]Specified argument was out of the range of valid values. Parameter name: size[/COLOR] Can anyone help me ! [CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim serverStream As …

Member Avatar for [Prototype]
0
671
Member Avatar for [Prototype]

Hello there, I'm having some trouble trying to converting images/characters/strings/data into a byte array and then send them. In C++, I already have established a connection between the client - server and would like to send and receive data. Now I'd like to send an install file which is like …

Member Avatar for L7Sqr
0
144
Member Avatar for [Prototype]

Hello, my name is David and I'm 17 years old. Just wanted to introduce myself to the community, I'm a very curious person who is interested in programming and anything that has to do with computers, regardless of subject. I'm not really a pro at programming but I can say …

Member Avatar for jingda
0
95
Member Avatar for [Prototype]

Hello DaniWeb! How can I check the state of a socket to see if it's connected or not? [CODE] SOCKET sock = socket(AF_INET, SOCK_STREAM, 0); SOCKET client; //I know that this isn't binded to an address but nevermind that. client = accept(sock,NULL,NULL); if (client == [COLOR="Green"]HERE - Need to see …

Member Avatar for L7Sqr
0
128
Member Avatar for iAMyours

ahmm. let me ask, how do you make a program that saves a data that has been inputted by the user? and when you go back to that same menu, youll be able to review the datas you inputted .thanks alot for thos who'll reply.

Member Avatar for [Prototype]
0
2K