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
~233 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ionutica

[CODE]org 100h mov ah, 09h mov dx, entername mov cx, 16 int 21h getname: mov ah, 00h ; keyboard input subprogram int 16h ; character input mov [si], al inc si jmp getname printstrg: mov ah, 09h mov dx, nameis int 21h mov ah, 09h mov dx, si int 21h …

Member Avatar for faroukmuhammad
0
108
Member Avatar for seby_o

I'm having a problem with Cosmos in VC# 2008 Express. I'm trying to get input as int and not string or find a way to convert from string to int. The 'Convert.Towhatever(string)' gives an error at build process in Cosmos. Thanks for any help! :icon_wink:

Member Avatar for ionutica
0
122