long double and double are same. both of them are supported in C as well as both of them are 64 bit variable.
first issue while ( token_ptr != NULL ) { for ( i = -1; i >= 0; i--) { /*line += *tokens;*/ printf("%s ", tokens[i]); } } The...
I am not a c++ programmer. even though i am trying to answer your question.. 1. you have declared a function but did define it.. void...
1. alocate some memory for the variable a. 2. try strcpy function instead of assigning.
The question is not clear
That is a common mistake made by lots of people I knew When a user declare somthing like char* pc1,pc2; It does not mean that both pc1 and...
if you learn this please let me know. The thing is you would need to know how can you create PDF file(if i havnt missunderstood you). If you can...
int largestNum = 0; int[] numbers = new int[3]; for (int i = 0; i < 3; i++) { if (numbers[i] > largestNum) largestNum = numbers[i]; }...
Dear Sir, There some people who at least try to help. But you are not helping. More over, you are inspiring him not to help again. If you...
Can any give a small Program by wich I can understand how a programmer should work with SSL. may just a simple client-server program to transmit...
which part is your problem >creating the tree or >creating the dll or >loading the dll using C
Hello Everybody, I solved my own problem, The problem was I did not use SetActiveWindow who will make sure that My created window get keyboard focus
Hello Everybody, I found my won solution. The problem I made was I totally Missed SetActiveWindow function. Actuall until I set the child...
OK, I actually asked this question long time ago and nobody ans me. But I figured the problem The problem was I alocate 4 bytes for tData...
Dear Sabbir, The program is one of the simplest program in the world. It just a main window in the main window I created a Child window...
I have Created a child window under main window and i cant get focus in that window as well as i dont receive wm_keyup or wm_keydown and some...
1. how can I get focus on child window 2. exactly why a child window cannot receive any keboard message. please i need these stupid info...
Can any body tell me what is wrong with the program program perform well but messup after finishing GlobalFree(tData); Some one please give me a...
try this solution 1: if (number2>number1) largestnum=number2; else largestnum=number1; if (largestnum<number3) largestnum=number3;...
Separate names with a comma.