Search:

Type: Posts; User: tht00; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    2,105

    Re: reclaiming leaked memory

    Killing the process should free up any memory used by that process.
  2. Replies
    7
    Views
    512

    Re: Christian Ubuntu...

    I entirely agree.

    There's nothing inherently wrong about many of the things you mentioned, but pseudo-Christianity is a problem... and the surrounding of Christian imagery into one's life can...
  3. Replies
    45
    Views
    2,267

    Re: Where do you find Linux?

    Someone made a toaster than ran one of the BSDs.


    Here it is (NetBSD): http://www.theinquirer.net/en/inquirer/news/2005/08/11/toaster-pc-runs-bsd-and-makes-toast
  4. Replies
    6
    Views
    3,307

    Re: old games run too fast

    What games are they?

    If they are DOS, I'd recommend using DOSBox over Wine.
  5. Replies
    2
    Views
    8,290

    Re: C++ Restart Application code

    Yeah, your best bet is to use a while-loop.

    Syntax looks something like this:



    while(condition){
    //do something;
    }
  6. Replies
    4
    Views
    10,937

    Re: Can Mac OS X run in VMware Server?

    IIRC, it would be against the EULA (thus illegal in many places) to run OSX in a virtual machine.
  7. Replies
    10
    Views
    11,028

    Re: ZSNES audio crackling [SDL?]

    I've come across this... I've got crackling on games like Neverball/Neverputt, almost all emulators... really ruins these games.

    This happened on Ubuntu when I used it (up through Edgy or Feisty)...
  8. Replies
    27
    Views
    4,489

    Re: MonoDevelop and Visual Studio 2005 -or- VMware

    Games don't work in VMs very well... if at all. They definitely should not be seen as the benchmark of usefulness of a virtual machine environment.

    As long as you aren't going to need to code...
  9. Replies
    11
    Views
    765

    Re: My Distro Chooser [Python]

    For programming practice, this looks useful. As I learned to program, I mostly did exercises that were mostly useless in the real world.

    As an actual 'distro chooser', there are a lot more things...
  10. Replies
    53
    Views
    2,399

    Re: How does OOP help?

    Sure it does.

    I worked on a project a while back that dealt with a lot of text manipulation and system calls in C++ (something I would call relatively clumsy and messy). I was able to break down...
  11. Replies
    16
    Views
    4,491

    Re: Is it possible to install DirectX 9.0c?

    I'm really not sure what installing DX through Wine would do, as Wine already has (many) DX functions implemented.

    If I recall correctly, DX interfaces to the video card through the Windows driver...
  12. Replies
    4
    Views
    1,382

    Re: Use vm ware to run battlefield 2142?

    VMware uses software emulation to create and run the OS. Emulation will always be slower than native speeds.

    Cedega/Wine are extremely close to 'native' speeds (it's a compatibility layer) as...
  13. Replies
    13
    Views
    25,313

    Re: HowTo: Setup gedit For C++ Programming

    I don't see the built in terminal being very useful... at least not for me. I prefer to code with a text editor (usually gedit) and then I just keep a terminal handy. I always use another workspace...
  14. Re: NOOB question on output error/garbled output

    And just to clarify why this happens, when a command is executed in the terminal/BASH, it looks for that command in various locations on the computer (/usr/local/bin, /bin, etc.). To execute a local...
  15. Thread: Optimised code

    by tht00
    Replies
    3
    Views
    350

    Re: Optimised code

    I think you're confusing terms.

    In the sense of the system, the kernel and OS combined handle the 'low level' operations that interface to the hardware. The kernel does the hardware interfacing...
  16. Thread: SDL and speed

    by tht00
    Replies
    12
    Views
    2,099

    Re: SDL and speed

    Yeah, that's what I've been noticing. I tried the demo at http://lazyfoo.net/SDL_tutorials/lesson36/index.php and checked the max FPS with it, and it is upwards of 900. :D Plenty of overhead there....
  17. Thread: SDL and speed

    by tht00
    Replies
    12
    Views
    2,099

    Re: SDL and speed

    Good catch. As I said before, this is basically a copy of one of their examples, but _very_ much stripped down.

    I have been able to boost it up around 210 FPS (depending on processor activity),...
  18. Thread: SDL and speed

    by tht00
    Replies
    12
    Views
    2,099

    Re: SDL and speed

    Yeah. I took the one of the examples (TestGfxPrimitives.c) and stripped it down (it is now C++ now too).

    I think I've got it down to the basics. It sped up a little when I took out the unneeded...
  19. Thread: SDL and speed

    by tht00
    Replies
    12
    Views
    2,099

    SDL and speed

    Ok. I'm looking at doing some hobbyist game programming, and I'm looking at starting with porting an asteroids game of mine from VB.

    So, I've been looking at SDL, and it looks promising. ...
  20. Replies
    7
    Views
    3,738

    Re: How to compile C language in Linux

    It is in the repositories as well.

    Take a look at Synaptic ('System' > 'Admin' > 'Synaptic Package Manager'). There is a ton of software you can install from the Ubuntu repositories (and you can...
  21. Poll: Re: Are you Adopting Feisty as soon as it is released?

    I already have.

    Really, it isn't that big of a deal. It's been stable for me when I installed it as Herd 5, which reminds me that I need to do some updates.

    I've noticed many people that are...
  22. Replies
    44
    Views
    3,147

    Re: Programming Linux Questions

    Meh. VS was nice in some aspects. I learned how to program in VB6, and it was excellent to be able to throw a GUI together and just run it. Next, I toyed with VC++6 to learn C++, never any GUI...
  23. Replies
    1
    Views
    529

    Re: Wine and fullscreen gaming

    Have you tried not using the virtual desktop mode?
  24. Replies
    23
    Views
    1,777

    Re: so is programming pretty much math??

    No. There _can_ be a lot of math in programming, it depends on what it is.

    Most programs I write (basic apps) don't have much more math than iterating through loops and the such. However,...
  25. Replies
    2
    Views
    1,508

    Re: IL-2 network connection timing out?

    I'm curious -- what did you use to get IL-2 working and what version of IL-2?
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4