Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
~16.0K People Reached
Favorite Tags
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
102
Member Avatar for neo2nate

please help I want to reading .wav file and putting ito inot the array to do some manipulations.... here is the bit of the code, I am trying to read the file called yes1.wav and putting it into the array and it returining junk...sometime cannot open the fp1 = fopen( …

Member Avatar for Trentacle
0
617
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
63
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
290
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
354
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
133
Member Avatar for FIG-GHD742

Hello. I have a question about Const Int and Points I have this code [code] const int j=18; int *k= (int)&j; *k=110; printf("Data: %d -> %d; %d : %d-> %d\n", &j, j, k, &k, *k); [/code] this well return for me [b]Data: 2280676 -> 18; 2280676 : 2280672-> 110[/b] but …

Member Avatar for Aia
0
118
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
129
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
87
Member Avatar for raigs

N00B. If I compile a simple Hello World! program on a 64bit linux, will it work on a 32bit linux? (I'm using gcc). [CODE]#include <stdio.h> int main(void) { printf("Hello World!"); return 0; }[/CODE]

Member Avatar for ankur_
0
168
Member Avatar for raigs

How to: 1. Buffer output ? 2. Get its size ? 3. Print the buffer ? [CODE]#include <stdio.h> int main(void) { printf("Tons of printf lines\n"); // 1. Somehow buffer the output up until this point printf("The size of the buffer is: %i\n", SIZEOFBUFFER); // 2. Get and print the size …

Member Avatar for raigs
0
4K
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
197
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
59
Member Avatar for Ismailworking

Hi . i am using C++ editor to write my C code. when i press Ctrl+F9 , the output screen comes and goes without stopping for a while. Please note that i have included "#include<stdio.h>" and i am using "getchar()" function do stop the screen.

Member Avatar for ankur_
0
9K
Member Avatar for alvalany

Please someone help me regarding the differencec b/w Structures and Unions.I know the differnce in the memory management but what is itz advantage .Also why are unions specifically used in mouse programming and similar stuff..

Member Avatar for ankur_
0
134
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
63
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
100
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
102
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
144
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
87
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
168