Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~129 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for babaijeet_123

Hey guys... I am working on a program which converts infix to postfix. My coversion to postfix works perfectly. I am using dynamic char array for data storage. The problem arrises while evaluation. I am wondering how to evaluate. I have been able to seperate out the terms by inserting …

Member Avatar for csurfer
0
86
Member Avatar for babaijeet_123

Header File: struct BitmapHeader { unsigned char type[2]; unsigned int size;// unsigned int reserved; unsigned int offset;// unsigned int header; unsigned int width;// unsigned int height;// unsigned short planes; unsigned short bits; unsigned int compression; unsigned int dataSize; unsigned int horizontalResolution; unsigned int verticalResolution; unsigned int colors; unsigned int importantColors; …

0
43