15 Topics

Member Avatar for ankur_

I am using qcheck=all while compiling my makefiles. When I am running the binary file generated then it is converting integer to a double value For eq: 612 to 612.0 Can anybody help me to know the reason why? Regards, Ankur.

Member Avatar for Ancient Dragon
0
107
Member Avatar for ankur_

Hi All, Where can I find the source code for ssl in linux I have to send a file encrypted with ssl in linux It would be helpful if anyone can send me the steps for that Regards, Ankur.

Member Avatar for Ancient Dragon
0
65
Member Avatar for ankur_

Hi, I want to get the memory usage of my process in Suse. I have used some command like top,ps v but the they give the percentage of memory used while I want the amount of memory used Is there any other command that can give me the amount of …

Member Avatar for anishakaul
0
294
Member Avatar for ankur_

I have taken the opensoruce from ~wagnerr/ConfigFile.html for reading configuration file. It perfectly works fine with gcc 3.2.3 and it fail to compile with gcc 3.4.3 on RHEL 4 I am getting following error g++ -Wno-trigraphs -Wno-unused -Wno-deprecated -Wpointer-arith -fno-common -fno-strict-aliasing -fexceptions -DC_GCC_C -DC_GCCBJC -DC_GCC_CPP -fPIC -D_GNU_SURCE -DC_GNUSTEP -DC_LITTLE_ENDIAN -DDEBUG …

Member Avatar for gerard4143
0
365
Member Avatar for ankur_

In Suse I have got 2 libs which I have to use to link with my source files but they are interdependent on each other. Means if the 2 libs are A and B than A is dependent on B and B is dependent on A In that case what …

Member Avatar for Salem
0
145
Member Avatar for ankur_

I am starting to learn C basic OS Concepts and I have to code them using C. Can anyone suggest me some good links where I can get basics of the complete OS Concepts like (process,IPC,thread,sheduling,File management,Memory management, Security) I have got good idea about the concepts but I am …

Member Avatar for ankur_
0
137
Member Avatar for ankur_

How to support Pthread calls like(pthread_create) in Vxworks 5.5 We have include the macro INCLUDE_POSIX_PTHREAD but we are getting linker error while loading. We tried to build the bsp(In tornado 2.2) with the pthread after changing the config file but we were not able to build the bsp

-2
90
Member Avatar for ankur_

I want to check by a c program that in a system Microsoft Visual studio Runtime is present or not. The system might not have complete package of Microsoft Visual studio but we can run a c or c++ program using Microsoft Visual studio Runtime(MVSR) I want to know that …

Member Avatar for Ancient Dragon
0
207
Member Avatar for ankur_

Please mark the thread as solved after it gets solved It helps the onlooker and the members to know which threads are solved ad they can look into those problems if they have a similar query. But in many occassions it happens that even after the problem is solved the …

0
62
Member Avatar for ankur_

I am running a program(client) that creates about 20000 sockets. After closing this exe when I again want to run than some of the sockets still remain alive and are not closed. Is there any mechanism that I can close these socket just after my exe terminates. I am using …

0
68
Member Avatar for ankur_

what is the time that select func in socket programming waits before continuing. Like till how much time it can receive msg from diffrent clients before proceeding to serve the request. One more question. Can we send 500 messages from 500 diffrent clients at the same time to a server …

Member Avatar for kvprajapati
0
104
Member Avatar for ankur_

How can we get the last error occured in linux. suppose there is a connect() func error in that case how to get the error that occured.

Member Avatar for dkalita
0
121
Member Avatar for ankur_

Where can I find sample client-server program using poll. Or if someone has it can they share it.

Member Avatar for ankur_
0
157
Member Avatar for ankur_

Hi, Has someone got a code of skip list(in link list). Skip list is a list through which we can do binary search in a link list Thanks....

Member Avatar for ankur_
0
89
Member Avatar for ankur_

I am not able to find a good MFC Tutorial. Do anyone has got a link for a MFC Tutorial which consists from basic to advance.

Member Avatar for Ancient Dragon
0
175

The End.