UNIX/Linux Programming - November 2011 (Page 3)

by edbtzy
Working with Sockets (Client/Server)
 
I am trying to create a client program writtin in C++ code that should communicate with a server. I already have the server set up to listen for sockets and pr...
[4 replies] Last: all of the shameless plugs o.O Sending data from server to client i... (by ultifinitus)
confusion about size of char
 
I'm writing a function which returns the number of files/folders in a folder as an integer. The full code (I inserted some cout for diagnostic purposes): #inc...
[7 replies] Last: Thanks for the explanations regarding the compiler. That seems to be t... (by CryptKeeper)
by focke
undefined reference to...
 
Hi all I've been trying to compile my project but I keep receiving this error: undefined reference to... I know that this error should be solved by linking l...
[no replies]
by meiji
C Program
 
Hi! I have a doubt with a program I am doing. I need the program is X seconds in a loop(X is a comand line, that it can vary). But in this time, it have to pr...
[1 reply] : You should look at the alarm function. (by kooth)
find content in a string
 
I have website source code in a string. There are many menu content in a string like as "<a class=\"menucontent\".... " I want to find and show a...
[1 reply] : Using find(): http://www.cplusplus.com/reference/string/string/find/ (by Athar)
November 2011 Pages: 123
  Archived months: [oct2011] [dec2011]

This is an archived page. To post a new message, go to the current page.