Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vr999999999

@vr999999999
About
Posts
20
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • zero copy approach in windows and unix using C++
    V vr999999999

    sorry for being rude.but I have gone through many links but couldn't find any useful link.can you suggest me some links or examples. :)

    C / C++ / MFC c++ question

  • Remote Accessing
    V vr999999999

    you should try to understand how mouse works on another remote desktop from your system.that may help.:thumbsup:

    C / C++ / MFC tutorial question

  • zero copy approach in windows and unix using C++
    V vr999999999

    i have already searched but couldn't find any example.If you don't know plz don't give me stupid answers.

    C / C++ / MFC c++ question

  • zero copy approach in windows and unix using C++
    V vr999999999

    Hello Everyone, I need a function to implement zero copy approach.Can anyone provide me some examples or suggestions about this?

    C / C++ / MFC c++ question

  • multi platform applications
    V vr999999999

    Thanks max. I also searched a lot on this topic i think i have to develop my application on QT.

    C / C++ / MFC c++

  • multi platform applications
    V vr999999999

    Is it possible to develop a multi platform applications in vc++. If yes then what i have to do for that.

    C / C++ / MFC c++

  • .net web application
    V vr999999999

    thanks, now i ' m planning to write a separate web app.

    C# csharp sysadmin

  • .net web application
    V vr999999999

    thanks for the suggestion Dave .

    C# csharp sysadmin

  • .net web application
    V vr999999999

    Actually i have devices(client) which communicate through tcp with server(C# desktop app).What i want is to access the server and control the devices(client) through web.

    C# csharp sysadmin

  • .net web application
    V vr999999999

    Is it possible to implement tcp server inside .net web application

    C# csharp sysadmin

  • Message sending in Lan C# win form
    V vr999999999

    you can use any communication protocol UDP or TCP.

    C / C++ / MFC csharp workspace

  • ReceivedBytesThreshold
    V vr999999999

    add some id in packet header and define the id according to the size of the packet like '0' for small packet '1' for large packet.First parse the header and then according to the id allocate time.

    C# question

  • .net Web application
    V vr999999999

    right now i'm having a c# tcp server that collect the data from different sites and insert it in to database and a web application that show data. What i want is to bind them in to one single web application.if it is possible please give me some ideas.

    C# csharp database sysadmin

  • add labels to an image at different zoom levels
    V vr999999999

    thanks for the suggestion i will try it...

    C#

  • add labels to an image at different zoom levels
    V vr999999999

    right now I am using winForms. but i can switch if u suggest any other.....

    C#

  • add labels to an image at different zoom levels
    V vr999999999

    I want to add labels to an image at different zoom levels like the one on google maps please give me some ideas.

    C#

  • how to find out the codes who eat up my memory?
    V vr999999999

    most of the time this problem is due to memory leak u check it again also check may be there is some large array defined in the code.like int arr[1024*1024][1024*1024].

    C / C++ / MFC help performance tutorial question

  • Continuous listening of COM port for detecting MODEM??
    V vr999999999

    u can use timer .

    C# com help question

  • need help please
    V vr999999999

    problem in this code is that 'i' is only defined for 'for loop ' to make it run u have to define i before for loop ex: int i = new int(); for (i = 0; i < 5; i++) { i = int.Parse(Console.ReadLine()); } Console.Write(i); Console.ReadKey(); it will not give any error but don't give u the result u want it should be like this.. static void Main(string[] args) { int i = new int(); int []arry=new int[5]; for (i = 0; i < 5; i++) { arry[i] = int.Parse(Console.ReadLine()); } for (i = 0; i < 5; i++) { Console.Write(arry[i]+"\n"); } Console.ReadKey(); }

    C# debugging help tutorial question

  • string operation
    V vr999999999

    char str[10]="hghghhj" int i; for(i=0;i<10;i++) printf("%c",str[i]);

    C / C++ / MFC tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups