Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WriteFile API performance abnormal Pin
Michael Schubert19-Jun-09 0:03
Michael Schubert19-Jun-09 0:03 
Questioncreating own gps map in vc++ Pin
gpsmercato18-Jun-09 20:17
gpsmercato18-Jun-09 20:17 
AnswerRe: creating own gps map in vc++ Pin
chirag_chauhan18-Jun-09 20:47
chirag_chauhan18-Jun-09 20:47 
AnswerRe: creating own gps map in vc++ Pin
chandu00418-Jun-09 20:51
chandu00418-Jun-09 20:51 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato18-Jun-09 21:13
gpsmercato18-Jun-09 21:13 
GeneralRe: creating own gps map in vc++ Pin
chandu00418-Jun-09 21:23
chandu00418-Jun-09 21:23 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato18-Jun-09 22:22
gpsmercato18-Jun-09 22:22 
GeneralRe: creating own gps map in vc++ Pin
chandu00418-Jun-09 22:37
chandu00418-Jun-09 22:37 
General[Message Deleted] Pin
gpsmercato19-Jun-09 0:01
gpsmercato19-Jun-09 0:01 
JokeRe: creating own gps map in vc++ Pin
chandu00419-Jun-09 0:06
chandu00419-Jun-09 0:06 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato19-Jun-09 0:34
gpsmercato19-Jun-09 0:34 
GeneralRe: creating own gps map in vc++ Pin
chandu00419-Jun-09 0:37
chandu00419-Jun-09 0:37 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato19-Jun-09 0:51
gpsmercato19-Jun-09 0:51 
GeneralRe: creating own gps map in vc++ Pin
chandu00419-Jun-09 0:55
chandu00419-Jun-09 0:55 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato19-Jun-09 1:03
gpsmercato19-Jun-09 1:03 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato19-Jun-09 1:05
gpsmercato19-Jun-09 1:05 
GeneralRe: creating own gps map in vc++ Pin
chandu00419-Jun-09 1:13
chandu00419-Jun-09 1:13 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato19-Jun-09 1:21
gpsmercato19-Jun-09 1:21 
GeneralRe: creating own gps map in vc++ Pin
chandu00419-Jun-09 1:22
chandu00419-Jun-09 1:22 
GeneralRe: creating own gps map in vc++ Pin
gpsmercato19-Jun-09 1:28
gpsmercato19-Jun-09 1:28 
GeneralRe: creating own gps map in vc++ -972 correctedto 972/2 Pin
chandu00419-Jun-09 1:35
chandu00419-Jun-09 1:35 
good.
now
width=34661
and
height=35633
it is evident that, if we draw the abovepattern, it will be a rectangle, not a square.for our convinience we want to make it a square.
so out of width and height, which is more?
obviously height.
so we will subtract
height-width=35633-34661
=972.
means width is 972 units less than height.
so if we adjust 972/2 units to the left and 972/2 units to the right of our original rectangle, then it would become a square.
now, i want you to explain those caluculations for me.
do it fast.

--------------------------------------------
Suggestion to the members:
Please prefix your main thread subject with [SOLVED] if it is solved.
thanks.
chandu.

GeneralRe: creating own gps map in vc++ Pin
chandu00419-Jun-09 1:45
chandu00419-Jun-09 1:45 
GeneralRe: creating own gps map in vc++ -972 correctedto 972/2 Pin
gpsmercato19-Jun-09 2:08
gpsmercato19-Jun-09 2:08 
GeneralRe: creating own gps map in vc++ -972 correctedto 972/2 Pin
chandu00419-Jun-09 2:11
chandu00419-Jun-09 2:11 
GeneralRe: creating own gps map in vc++ -972 correctedto 972/2 Pin
gpsmercato19-Jun-09 2:15
gpsmercato19-Jun-09 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.