Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Member Avatar for rumencho

Hi all,I'm beginner in assembly language. I use TASM and it works well,but I should place all my .asm text files in /TASM/BIN directory ,because only there assembler see the files. and this is quite annoying,I want to have special folder for this purpose and place it whenever I want.

Member Avatar for amar.chukki
0
980
Member Avatar for rumencho

Hi all. My question is about the registry. I've read many tutorials ,but I want to understand it more deeply, from "programmer point of view" How,why, and what exactly ends up in the registry? lets say I had developed a program in C++ (a text editor,with windows,menus etcc.. ) Now, …

Member Avatar for mjdodd
0
75
Member Avatar for rumencho

Hi all. I have XP pro on VMware virtual machine. The problem is that everything is too small- all fonts, icons etc.. especially when I'm browsing the web. I've tried to fix that via control panel/display settings, but with no success. And on my IE 7 there is an option …

0
73
Member Avatar for rumencho

Hi all. When I create simple console application with Visual Studio C++ ,and I run it, my program shows on full screen, How to adjust my .exe files to show on single console window?

Member Avatar for ArkM
0
94
Member Avatar for rumencho

Hi all. I want to learn how to manipulate .txt files through C++ program. I want to be able to search trough chars in .txt file,sort them etc. I think the best way for this,should be,loading .txt file in char array and then manipulating the elements. but I don't know …

Member Avatar for ArkM
0
151
Member Avatar for rumencho

Hi all, I,m reading "Art of assembly language" and author says that he had included a library files on a companion cd-rom, but I had downloaded the book for free on the internet and now i don't have these files,can you help me to find them?

Member Avatar for Salem
0
105
Member Avatar for rumencho

Here is my question. We declare: var1 db 1 and consider that in memory var1 will be placed at address 0100h Now,when we move var1(byte long) in AX (which is 16 bits long) AX will be filled with value at memory location 0100h + value at 0101h, because AX must …

Member Avatar for gsbr
0
109
Member Avatar for rumencho

Hi all,I have some intermediate knowledge on c++ but I have a few questions about windows programming. [CODE]int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, INT nCmdShow) {.... } [/CODE] now here I don't understand the word "WINAPI" in c++ I have never seen such tning.. what does it mean? …

Member Avatar for Duoas
0
120
Member Avatar for rumencho

Hi all, I'm beginner in c++ programming and I'm reading a book on c++ but I just can't understand what means a term "identifier" ?

Member Avatar for Ancient Dragon
-1
62