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
~54.0K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for Bob

i found something these days that looks like this: [code]#include <iostream.h> //for cout #include <conio.h> //for clrscr() and getch() #include <stdlib.h> //for randomize() and rand() void main() { clrscr(); randomize(); cout << rand() << endl; getch(); }[/code] hope it helps :)

Member Avatar for JamesCherrill
3
53K
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
177
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
140
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
108
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
82
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
167
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
196
Member Avatar for shahid
Member Avatar for mostafadotnet
0
168
Member Avatar for c0d0

im sorry for being such a snooping but what's the difference between ASSEMBLY and ASSEMBLER? isn't the same thing?

Member Avatar for SamY
0
220

The End.