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
~53.2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Bob

[B]Intro[/B] This tutorial provides a brief introduction to the random number functions that come as part of the C++ standard library, namely rand() and srand(). [b]rand() and RAND_MAX [/b] The C++ standard library includes a pseudo random number generator for generating random numbers. In order to use it we need …

Member Avatar for JamesCherrill
3
52K
Member Avatar for uu666

can anybody tell me what is this segment register, which is its purpose and how does it work ? thanx in advance!

Member Avatar for L094129
0
169
Member Avatar for uu666

Hello! here is what I wanna do: I have a while() statement, and inside of it I have some instructions to repeat. My problem is that, I want somehow to stop that loop ONLY when I press a key... I it's kinda like getch() but getch() waits for a keypress.... …

Member Avatar for Salem
0
136
Member Avatar for uu666

i wanna get started with programming 3d stuff....is there any programming language that you would recommend me? i heard that visual c++ would be good... but what if i wanna make something that works on linux too? i tried to learn some java but its kinda nasty :):rolleyes: ty in …

Member Avatar for ~s.o.s~
0
105
Member Avatar for uu666

hello... what this suppose to mean? "With a single bit, you can represent any two distinct items" (ArtOfAssembly) somehow, you can store in that bit, the value "hello there!" ? :rolleyes: sorry for this stupid question :rolleyes:

Member Avatar for lax202as
0
77
Member Avatar for uu666

hello there! lately i started learning assembly from a book that first gets you through many things about processors, memory, logical&physical addresses and many others... now, what i dont understand is: any element from a segment is available through an logical address that has two elements: a selector and an …

Member Avatar for Ryu
0
165
Member Avatar for uu666

lately i downloaded nasm for compiling .asm files but when im trying to compile something(by using in cmd "d:\nasm\nasm.exe -f bin d:\nasm\myfile.asm -o d:\nasm\myfile.com") i get the following error: "d:\nasm\hw.asm:4: error: parser: instruction expected"... does anyone know why and wanna help me? thanx in advance

Member Avatar for mostafadotnet
0
191
Member Avatar for shahid

i am trying to Calculate the physical memory address generated by the following segment offset pairs. please you check my solution. thanks Answer: a. 1DDDh:0436h [COLOR="Blue"] [B] 1E206 [/B][/COLOR] b. 1234h:7920h [COLOR="blue"][B]19C60[/B][/COLOR] c. 74F0h:2123h [COLOR="blue"][B]77023[/B][/COLOR] d. 0000h:6727h [COLOR="blue"][B]06727[/B][/COLOR] e. FFFFh:4336h [COLOR="blue"][B]104326=04326[/B][/COLOR] f. 1080h:0100h [COLOR="blue"][B]10900[/B][/COLOR] g. AB01h:FFFFh [COLOR="blue"][B]1AB00[/B][/COLOR]

Member Avatar for mostafadotnet
0
158
Member Avatar for c0d0

elo everyone ;) I wanna learn assembler and I can't find any good sites... what ones would u recommend? Thanks in advance

Member Avatar for SamY
0
217