Hi Is there any way that we can write function into specific address. Is it possible with pointer to constant .
hi when I do ptr=(int*)malloc(10); Does the memory allocate of 10 bytes are in continuous memory area . Does malloc allocates memory...
I am writing a program on serial port where iam sending a string $GPGGA,123519,0.12343,N,0.19607,W,1,08,0.9,545.4,M,46.9,M,,*47" On receive...
#include<stdio.h> main() { char s1[]="H1"; char s2[]="H1"; if(s1==s2) printf("EQUAL"); else printf("NOT EQUAL"); } OUTPUT : NOT EQUAL...
hi all, if I am allocating memory using malloc, example 1. temp = (int)malloc(122); temp addresss is 1000 And I am not freeing the...
Iam facing parsing problem .I have 2 bytes of data my_message. & i want to send this data to client (socket proging).Server side my parsing is ok...
I am getting GPS data on my window Actual GPS DATA is stored in these 2 variables float landlong= 77.384547E //Realtime Longtitude float...
have a string "072455.00" this represents UTC time How should i convert this particular string to time
I have 13 bytes of data which i need to parse First 5 bytes are char next 2 bytes are int next 3 bytes are char nxt 1 bye is char remaining 2...
I have created 2 thread In one thread iam reading data through serial.once it read it will go to the second thread.But It seems it never comes out...
Hi I get an access violation error. It is a run time error; the program compiled bug free. The program even runs .Its just when iam returning...
How can i convert char array to double ,i tried to typecast it but it gave error. char tmp[12]=dfdfsdfsd; double longt; longt=(double)tmp;...
I have added two files on my existing mfc application a1.h &a1.cpp . I have function defintion in a1.cpp to read serially. This function iam...
Hi all I want to read number of bytes serially ,but i am getting an error that is error C2664: 'CSerialCom::ReadByte' : cannot convert...
Hi all I am getting a error in creating a LABEL.I need to display different label at different positions for the first time iam getting it...
Hi All I am trying to call GetUpdateRgn() function in Onpaint() but iam getting error error C2664: 'CWnd::GetUpdateRgn' : cannot convert...
Hi all Iam facing problem in listview .Problem is while giving breakpoint I can see values are getting updated but when i am seeing LISTVIEW...
Dear Friends I have combo box in which i have two strings i.e. nothing but properties->data ->insert string First is BABINA & 2nd JAIPUR I...
Hi I am getting a conversion error CString Instring; CString Automesg[2]; Automesg[0]="test 1"; Automesg[1]="Test Example2";...
Hi All I am getting a error strLstItem.Format("%f", latitude); //objLstCtrl.SetItemText(nItem, 2, strLstItem);...
Separate names with a comma.