Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bertv100
  • Content: Threads
  • Order by date
  1. Bertv100

    Retrieving session ID

    Hi, I'm trying to retrieve the session ID of a process. More specifically, a printer driver process; and the session ID I need is the one in which the user who submitted the print job is working. In Windows XP, I use the user's security token to let SYSTEM impersonate as that user, call...
  2. Bertv100

    Hi, I'm programming an interface

    Hi, I'm programming an interface that is connected to the parallel port of the pc. I know through which ports I can communicate with the interface (status = 379h and control = 37Ah). What I don't know is how it can be done from a C++ program under Linux. Is it possible to use inline assembler...
  3. Bertv100

    Hi all, I'm programming an inter

    Hi all, I'm programming an interface board, connected with the PC using the parallell (printer, LPT1) connection. I have to choose between using a DLL or toggle the ports directly (I know which port adresses are used). Which way is best (provided that I want to keep my application platform...
  4. Bertv100

    New FAQ

    I've wrote a new version of my text files FAQ and posted it in the appropriate section of this forum: faq935-3446. The current posting is a copy-paste version, but, when time permits, I will add formatting and colors soon. Regards, Bert Vingerhoets vingerhoetsbert@hotmail.com...
  5. Bertv100

    How can I read binary files?

    Hi all, As the title of this question already suggested, I would like to know how to read (and write) binary files (aka record files) using g++. I can already read and write text files using ifstream and ofstream, but, since these work with streams, they might have a little problem with special...
  6. Bertv100

    The Pascal Forum has been restored!

    Like I said... Regards, Bert Vingerhoets vingerhoetsbert@hotmail.com http://student.vub.ac.be/~bvingerh/ Don't worry what people think about you. They're too busy wondering what you think about them.
  7. Bertv100

    (n)curses function list

    Thanks for the replies to my previous question. I decided to give ncurses a try and I found a short introductory tutorial. However, short tutorials don't mention all possible in- and output formatting functions I can think of (nor would any long tutorial ;-)). My question now: does a complete...
  8. Bertv100

    How to read single keys?

    (g++ under Mandrake Linux) How can I read a single character without it being echoed on screen (like Turbo Pascal's ReadKey function); and what are the scancodes for special keys such as F1..F12, Insert, Delete, Home, End, Arrows, etc. How can I move the cursor on screen and which functions...
  9. Bertv100

    Beginner question

    First of all, I'm a beginner to both UNIX/Linux and C++. At my university they use gcc 2.95.3. My question now is: Does an entirely compatible compiler exists for a Windows platform and, if so, is it available on the Internet? If not, where can I find a Linux version and how do I install it on a...
  10. Bertv100

    MUL and DIV

    I'd like to know how to implement the MUL and DIV operators using only AND, OR, XOR, NOT, SHL, SHR, ADD and SUB and without much time consuming looping constructs, of course. I need this because I'm working on a program that will demonstrate how integers of arbitrary length (64, 128 or even...
  11. Bertv100

    I need Linux

    As the subject line says: I need Linux. What it doesn't say: I need it for a 25 MHz 80486DX IBM PS/2 machine with 4M RAM and 80M HD. I've searched on the Net and I've encountered many places where I can download a couple of hundreds of megabytes, but that's not what I want. Also, please don't...
  12. Bertv100

    Processor recognition

    Using which function(s) can I recognise the processor used on a 80x86 machine? (8086, 80186, 80286, 80386, 80486, 80586, 80686). Regards, Bert Vingerhoets vingerhoetsbert@hotmail.com http://www.geocities.com/thevhbcompany/ Don't worry what people think about you. They're too busy wondering what...
  13. Bertv100

    Need professional help

    Hi, I've got some source code in C I would like to translate to Delphi 4 (Object Pascal). I would be glad if someone could help me out.<br>I've got the same source for Turbo Pascal, Visual Basic 3.0 & 4.0, C and QBasic.<br>You'll think: he's got it in Turbo Pascal, why not use it in Delphi...
  14. Bertv100

    Need professional help

    Hi, I've got some source code in VB I would like to translate to Delphi 4 (Object Pascal). I would be glad if someone could help me out.<br>I've got the same source for Turbo Pascal, Visual Basic 3.0 & 4.0, C and QBasic.<br>You'll think: he's got it in Turbo Pascal, why not use it in Delphi...
  15. Bertv100

    Need professional help

    Hi, I've got some source code in QBasic I would like to translate to Delphi 4 (Object Pascal). I would be glad if someone could help me out.<br>I've got the same source for Turbo Pascal, Visual Basic 3.0 & 4.0, C and QBasic.<br>You'll think: he's got it in Turbo Pascal, why not use it in Delphi...
  16. Bertv100

    I'm currently programming the VESA (Super VGA card) in order to get 8,

    I'm currently programming the VESA (Super VGA card) in order to get 8,15,16 and 24 bit colors on the screen. <br>The problem is that the descriptions I have on the subject contains lots of pseudo assembler that I'm supposed to translate into (Turbo Pascal) Assembler, which I'm not very good at...
  17. Bertv100

    Assembly compiler

    Where can I download an assembly compiler?<br>I need <b>Turbo Pascal</b> (TASM) or <b>Microsoft</b> (MASM) <b>assembler</b>. <p>Bert Vingerhoets<br><a href=mailto:vingerhoetsbert@hotmail.com>vingerhoetsbert@hotmail.com</a><br><a href= > </a><br>I'm currently busy with en/decryption. If you have...
  18. Bertv100

    Serial number of CD ROM (audio) disc

    How can I get the serial number of a CD ROM disc? I need it to make a library of name,title,... of audio tracks on a cd.<br>It seems there are some serious programmers in this forum, I hope there is one who knows someting about registers becouse I know DOS interrupt 21h needs to be called with...

Part and Inventory Search

Back
Top