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
0 Endorsements
Ranked #4K
~554 People Reached
Favorite Tags
Member Avatar for AndyPants

Hello... I've been a VB.NET developer for quite some time, but I decided to start making games. I bought a book called "Begginig C# game development" by Ron Penton... I've read the first half of the book that's about how C# works and stuf, but in the second half we …

Member Avatar for Revan1985
0
185
Member Avatar for Revan1985

Hi all, i'm developing a program for my company, and i need a little help. How can i create an interface that need to be also a form? Is possible, there is an interface that create the Form class, or i'm so unluky that i need to use an abstract …

Member Avatar for Momerath
0
173
Member Avatar for Revan1985

Hi all. I'm writing here for a little stupid question. How can i use scanner in c#? i know that i need to use twain or isapi to connect it, or also wia, but i don't find any tutorial, framework, that do that. I need a simple library in .net …

0
39
Member Avatar for mns_2010

Here is a client code for socket programming: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/socket.h> #include <arpa/inet.h> #define PORT "3490" // the port client will be connecting to #define MAXDATASIZE 100 // max number of bytes we can get …

Member Avatar for mns_2010
0
157