Pablo 31.05.2010, 08:22 |
Help me with C++ (Developers) |
Hello |
RayeR CZ, 31.05.2010, 10:13 @ Pablo |
Help me with C++ |
AFAIK C should place all global variables into one segment one by one so you only need to get pointer to the first variable and data segment. But there may be some problem with aligning where some dummy bytes are placed between Byte variables - e.g. --- |
Pablo 07.06.2010, 01:28 @ RayeR |
Help me with C++ |
>... May be better use some kind of attribute |
RayeR CZ, 08.06.2010, 13:12 @ Pablo |
Help me with C++ |
It's not defined in ANSI C how to get full address of some variable. You can get only relative pointer in data segment by "&" operator. It depends on your compiler. E.g. DJGPP defines _my_ds() symbol (selector to your data segment) which completes full address. I think that borland has something similar. --- |
Pablo 21.06.2010, 01:41 @ RayeR |
Help me with C++ |
> It's not defined in ANSI C how to get full address of some variable. You |
Laaca Czech republic, 21.06.2010, 10:18 @ Pablo |
Help me with C++ |
> Definitively the programming in C++ is not mine. That sad that there is not --- |
rr Berlin, Germany, 21.06.2010, 20:57 @ Laaca |
Help me with C++ |
> > Definitively the programming in C++ is not mine. That sad that there is --- |
Pablo 22.06.2010, 05:56 @ rr |
Help me with C++ |
sphinx is interesting but needs to him a modern IDE like visual BASIC 2010, autoident, autotabs, guide lines, who helps the fast programming, clear and structured. this it is an example: |
Rugxulo Usono, 22.06.2010, 08:46 @ Pablo |
Help me with C++ |
> sphinx is interesting but needs to him a modern IDE like visual BASIC 2010, |
Laaca Czech republic, 22.06.2010, 11:22 @ Rugxulo |
Help me with C++ |
> > sphinx is interesting but needs to him a modern IDE like visual BASIC --- |
Pablo 22.06.2010, 12:33 @ Rugxulo |
MasmEd Code Editor |
I locate several IDE's like Setedit, VIM, WinAsm and others in DOS and Windows ... very good, but the one that has some features to edit a DOS assembly code with the Visual Basic look, is MasmEd Code Editor 1.2.0.0. So far I believe that it is my favorite, although it does not have the capacity to detect possible errors. |
rr Berlin, Germany, 22.06.2010, 16:04 @ Pablo |
MasmEd Code Editor |
> I locate several IDE's like Setedit, VIM, WinAsm and others in DOS and --- |
Arjay 22.06.2010, 13:18 (edited by Arjay, 22.06.2010, 13:29) @ RayeR |
Help me with C++ / Segment of pointer in Turbo C |
> It's not defined in ANSI C how to get full address of some variable. You |
marcov 06.06.2010, 19:49 @ Pablo |
Help me with C++ |
> I am trying to re-writing my program Explorer PC (graphical file manager |
Arjay 22.06.2010, 14:19 (edited by Arjay, 22.06.2010, 16:10) @ Pablo |
Help me with C++ 2 alternatives with Turbo C (malloc/bgiobj) |
> My problem is that need making to ensure to me that several variables |