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
~5K People Reached
Favorite Tags
Member Avatar for mir_sheely

I am in trouble. I need to convert a signed 16-bit Hexadecimal no to short. Say I have a string s = "f2f7" Which is a negative number and lies in the range -32768 to 32767 so is the range of type short. But when I do short num ; …

Member Avatar for Andrey_7
0
1K
Member Avatar for mir_sheely

I am doing a survey for writing a technical report (Part of my BS technical report writing course.) I have chose the subject as which database Management System people select when writing database application while keeping in view their preference and options. So please help me, kindly take your time …

Member Avatar for mir_sheely
0
102
Member Avatar for mir_sheely

I am Making a STACK class which could hold a Binary Tree Nodes. I have defined a class Node. Then made a linkedlist classs. and finally the stack class. All are Template based. But during compilation it is giving me the following error. error: expected constructor, destructor, or type conversion …

Member Avatar for Fujur
0
3K
Member Avatar for mir_sheely

Enviorment is TC. using grapphics.h . I am developing the board game LUDO as project in C++ Using OOP methodology. Right now I am drawing the Board. Now I want to draw various cells, of 30 pixels X 30 pixels at various places on the screen. I am drawing a …

Member Avatar for SHAHEER BANO
0
804
Member Avatar for mir_sheely

Hello once again on this site with a new problem. I am writing a program for calculating Fibonnaci series term for specified input. Have written the following code, but gives me some pointer dangle error. I think I have handled stack management well. Cant figure out the problem [code=asm]TITLE fibonacci …

0
65