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 gkittelson 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: bdt
  • Order by date
  1. bdt

    I would like to compile the latest kernel for Mandrake

    Thanks Tom. Could you tell me if the different distro's like Mandrake run a modified version of the kernel or if they all run exactly what you have linked. The reason I ask is because I was reading something that led me to believe they do, however, I cannot find what I was reading :/ Thanks...
  2. bdt

    I would like to compile the latest kernel for Mandrake

    Hi yall. Where can i find the latest kernel source for mandrake? I had some readme the other week which had an ftp site to go and get it, but I cant find that any more. I am now very frustrated. Well, I would apreciate any help or heads up on building a kernel and making it bootable.
  3. bdt

    Need a 'configured' kernel to compile my drivers...

    I am trying to install a PCI network card but I need a 'configured' kernel. Here is the install instructions that tell me this: Configured kernel source code for the kernel you are running. Ideally, this will be the resulting tree after building your own kernel. Configured means that you have...
  4. bdt

    How do I make a "press any key to continue" function?

    danielhozac: thank you very much for the advice. i'll give it a shot. BDT :)
  5. bdt

    How do I make a "press any key to continue" function?

    For a cpp program in dos if I wanted to do this I would do a system call to pause like this #include<cstdlib> ... system(&quot;pause&quot;); and that works. unfortunately, &quot;pause&quot; isnt a system command in Unix, although I can press the pause button on my keyboard and produce the...
  6. bdt

    What is this? I have never seen this syntax...

    Thanks, that was it.
  7. bdt

    What is this? I have never seen this syntax...

    SeatingChart::SeatingChart (int theNumberOfRows, int* numberOfSeatsPerRow) : numberOfRows(theNumberOfRows) Here is what makes this weird to me. numberOfRows is a variable NOT a function. Why does it have an arguement list? matter-of-factly, I don't understand much about this...
  8. bdt

    Launch a program in the debugger with standard input redirection?

    well, I figured it out and I thought i'd let y'all know. I had to set project->settings->debug->arguements to &quot;< theater0.dat&quot; AND I had to include theater0.dat as a resource file in my project. However, the debugger is a worthless piece of trash and didn't help me like I thought...
  9. bdt

    Launch a program in the debugger with standard input redirection?

    Okay, Here's the problem. To launch this program I type in &quot;theater.exe < theater0.dat&quot; in the command prompt. I need to run this program with msvcpp's debugger, but I don't know how to tell the debugger to launch the app with theater0.dat as the standard input. Please help me, this...

Part and Inventory Search

Back
Top