Search:

Type: Posts; User: nabat1

Search: Search took 0.01 seconds.

  1. I think intel's compiler is better. Also, you can...

    I think intel's compiler is better. Also, you can use intel format assembly (not AT&T) with ease. I know gcc can but with intel it is standard.
  2. I want to write an OS and chose Intel C compiler on linux?

    I want to write a 64 bit OS without using any kernel using C and assembly.. I want to use free non-commercial version of Intel C compiler which is on linux. I don't want to write it in C++. I don't...
  3. I am writing a (http) proxy server in windows, it doesn't work I expect?

    nfds = sacceptedclient > swebside ? sacceptedclient : swebside;
    send(swebside, buf, sizeof(buf), 0);
    ZeroMemory(buf, sizeof(buf));
    //tv.tv_sec = 2;
    //tv.tv_usec = 20;
    while(1)
    {...
  4. Replies
    5
    Views
    1,504

    The error doesn't persist. I guess it was some...

    The error doesn't persist. I guess it was some problem resolved by restarting. Maybe...


    Thanks!
  5. Replies
    5
    Views
    1,504

    I've no problem in socket itself, it works just...

    I've no problem in socket itself, it works just fine. I've problem in FILE operation that has no relation with socket. FILE stays open for a nearly long time only.

    Thanks!
  6. Replies
    5
    Views
    1,504

    keeping FILE* object open

    I use visual studio and standard C for programming. The program I am writing uses winsock, too. I used to open file with fopen "w", but the program encounters exception if I open file and use fprintf...
  7. It is not with example and brief. I don't want...

    It is not with example and brief. I don't want whole the printf and scanf. I think $ is not part of standard C and is part of Unix. Right?


    Thanks!
  8. I couldn't find simple description. If u know...

    I couldn't find simple description. If u know gimme, plz...

    Thanks!
  9. Can you give me an clear advanced printf (and scanf) toturial with example?

    Some advanced features of printf and scanf which aren't used very much like * in printf and scanf, # and $ in printf, scope number and etc. If you just know many yourself, can say some very useful...
  10. Are you sure? Because writing asynchronous...

    Are you sure? Because writing asynchronous doesn't use multi-CPUs, at least, if OS is multi-threaded written, the process should process packets in one thread (other than the programmer mix the...
  11. Shall I send GET to appropriate client and POST to appropriate web server in proxy?

    I want to write a http proxy server in C in Visual Studio. I don't want it to be in C++. Should I read rfc1945 amd rfc2616? Can you describe very simply what should I do? I didn't read those...
  12. I am trying to write a networking software -firewall in server, proxy?

    Hi,

    I have question about network programming. My first question was probably about the platform, because the speed and the user friendliness is important. I decided to do it in VC++, not in .net...
  13. Thread: Ddx vc

    by nabat1
    Replies
    5
    Views
    1,707

    Ddx vc

    hi,
    under vs2008, I made an dialog based app from scratch. I added shared mfc dll in the properties and etc, I made an empty project, not mfc. All went well, until the time, I wanted to use class...
  14. Replies
    3
    Views
    1,160

    should search.

    I think /dev/fb is more linux specific, seeing some other things for freebsd. don't know if svgalib can do the same, but seems no.
  15. Replies
    3
    Views
    1,160

    no gpu.

    I mean when using the system that has not any known gpu, like what was in DOS, and using CPU, not GPU.
    For reasrching!


    Thanks!
  16. Replies
    3
    Views
    1,160

    graphics - drawing,

    I want to know what kind of functionality I can use for drawing shape without use of graphics adapter (Card), I mean I use like asm to draw on display or do it in C. I don't mean only drawing lines...
Results 1 to 16 of 16