Forum: Assembly Oct 18th, 2009 |
| Replies: 3 Views: 356 Thanks, NotNull, i'll try that.
One thing, however, because NASM does not let me compile when I do an offset, it always gives me an error about that. |
Forum: Assembly Oct 17th, 2009 |
| Replies: 3 Views: 356 Hello, I'm having this little problem, and I will thank you if you help me with it.
What I'm trying to do is to display the contents of various 16-bit registers (e.g. AX, BX, CX, DX), however... |
Forum: Assembly Apr 6th, 2009 |
| Replies: 7 Views: 606 Again, i'm telling you - it does not recognize "tasm". Tells me that it is not an internal command, or something...
Thanks for the help anyway... I'm just going to quit this assembly crap and get... |
Forum: Assembly Apr 5th, 2009 |
| Replies: 7 Views: 606 Errr... I have installed TASM, but i got no idea how to work with it.
A guide i found uses the CMD prompt in XP. I used it, too, but it cannot find TASM! |
Forum: Assembly Apr 5th, 2009 |
| Replies: 7 Views: 606 No, it doesn't.
It gives me an error about ".model small"... |
Forum: Assembly Apr 4th, 2009 |
| Replies: 7 Views: 606 Hi all!
I'm learning Assembly by my own with FASM, but i'm having
trouble running and compiling some codes...
like this, for example:
CODE SEGMENT
ASSUME CS:CODE, DS:CODE |
Forum: C# Feb 5th, 2009 |
| Replies: 5 Views: 661 Yes!
But how do i detect what is the word that the user inputs..? I don't know how to do that... |
Forum: C# Feb 5th, 2009 |
| Replies: 5 Views: 661 No one...?
I tried using Regex, but i can't find a way to detect the user input into the textbox..! |
Forum: C# Feb 4th, 2009 |
| Replies: 5 Views: 661 Hi,
I'm trying to create a TextBox control with Auto Tabbing...
Example: If the user types in "goodbye", the application will insert a "//", than enter and than "//" again.
Can someone guide... |
Forum: C++ Jan 26th, 2009 |
| Replies: 3 Views: 266 |
Forum: C++ Jan 26th, 2009 |
| Replies: 3 Views: 266 Hi guys...
I've downloadws today the IronPython. One thing i've noticed that if you type, for example, 5+6 it calculates it..!
So, i tried to do that with my App too, without success...
... |
Forum: C++ Jan 18th, 2009 |
| Replies: 3 Views: 536 Says:
Missing ; before << |
Forum: C++ Jan 18th, 2009 |
| Replies: 3 Views: 536 Hi,
First of all, i have a Resources.h file, which has the following statement:
#include <iostream>
#include <string>
#define string Greeting "Hi" |
Forum: C++ Jan 2nd, 2009 |
| Replies: 2 Views: 328 Hi !
Some (weird) problem i got :
I have a header file, InputHandler.h, which has one Class called InputH, and inside i have public: and a Void named Hi().
When i try to include... |
Forum: C++ Dec 31st, 2008 |
| Replies: 5 Views: 435 Well, to which file write ? Can a DLL be ? |
Forum: C++ Dec 30th, 2008 |
| Replies: 5 Views: 435 Hi !
Thank everyone who helped me with my other question ! But i got something else to ask...
Let's say that in my C++ Console, the user sets its user name, and in the next time the software... |
Forum: C++ Dec 29th, 2008 |
| Replies: 6 Views: 406 Thank you, everyone !
But... I still can't understand something : How can i call a method from another file ? Is it like this :
//Main.cpp
#include <iostream>
#include <some.h> |
Forum: C++ Dec 28th, 2008 |
| Replies: 6 Views: 406 Hi, i'm new in this forum and i have some questions in C++...
1. I have main.cpp, which has int main()... I also have some.cpp which has int some(). How do i access/use some() from main() ?
2.... |