Forum: Windows tips 'n' tweaks Dec 25th, 2008 |
| Replies: 2 Views: 688 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... |
Forum: Windows NT / 2000 / XP Dec 25th, 2008 |
| Replies: 0 Views: 355 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... |
Forum: C++ Nov 29th, 2008 |
| Replies: 1 Views: 361 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? |
Forum: C++ Nov 23rd, 2008 |
| Replies: 5 Views: 446 ]it doesn't work with getc, it says "getc- undeclared identifier" btw I'm using visual c++ compiler
I just want to take char from .txt file,and save it in char variable..or in array
I have... |
Forum: C++ Nov 23rd, 2008 |
| Replies: 5 Views: 446 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... |
Forum: Assembly Aug 25th, 2008 |
| Replies: 3 Views: 727 Ok,I found this file(on the internet) it nas many directories ,and two of them are" include" and "lib" but what to do now? should I move these files in "include" and "lib" directories in my tasm... |
Forum: Assembly Aug 25th, 2008 |
| Replies: 3 Views: 727 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... |
Forum: Assembly Aug 12th, 2008 |
| Replies: 1 Views: 595 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... |
Forum: Assembly Aug 7th, 2008 |
| Replies: 3 Views: 1,261 TASM still tells that: "Can't locate file: myfile.asm" ,it can locate my .asm files only when they are in TASM/BIN directory,I want to create separate folder for my .asm files,and tell TASM to look... |
Forum: Assembly Aug 7th, 2008 |
| Replies: 3 Views: 1,261 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... |
Forum: C++ Apr 30th, 2008 |
| Replies: 5 Views: 559 However, I have another question:
sampleClass.style = CS_DBLCLKS | CS_OWNDC |
CS_HREDRAW | CS_VREDRAW;
here I see a bitwise operator | , now as I know... |
Forum: C++ Apr 30th, 2008 |
| Replies: 5 Views: 559 thank you for your help,but I must admit it is still very difficult to me..all of books and references begin with this" you should already be familiar with c/c+=" well I'm quite familliar but it is... |
Forum: C++ Apr 30th, 2008 |
| Replies: 5 Views: 559 Hi all,I have some intermediate knowledge on c++ but I have a few questions about windows programming.
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, INT... |
Forum: C++ Apr 25th, 2008 |
| Replies: 1 Views: 1,626 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" ? |