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 TouchToneTommy 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: Legionaire
  • Content: Threads
  • Order by date
  1. Legionaire

    Need Math Matrix/Vector Library

    Does anyone know a good library that has implementations for math matrices and vectors?
  2. Legionaire

    Cannot Access "Documents" Folder

    When I try to acccess the Documents folder from: My Computer --> Documents I get a "Access Denied" error. I can access the "Username's Documents" folder without problem. But the regular Document's folder cannot be accessed. I am running on an administrator's account. This is a PC, I am the...
  3. Legionaire

    Linux Memory Leak Problem

    I am getting some major memory leaks and I have no idea what the cause is. I've main program that I have been using is Mozilla. I've had this problem a few times now. I am using 1 gig ram and after a few hours System Monitor shows the memory use is 990 megs even with no applications open...
  4. Legionaire

    Matlab compiler for Linux

    Ok here's the situation: I have very complicated programs written in Matlab, windows version. I need to compile those and have it run on a machine using Linux. I do not have a matlab compiler for linux. Having matlab generate the code and then compiling it on linux using something such as g++...
  5. Legionaire

    JTC/JTC.h

    Where can I download this file? google's turning up nothing. I need it for a simple multithreaded server simulation. Any ideas?
  6. Legionaire

    how do you overload an operator?

    n00b question: I got 1 class. And two instances of it. There're values in those objects that I want to add together with the following format: object1 + object2 = certain member elements added together; it's the same as overloading with the friend operator in C++.
  7. Legionaire

    Pointer to a Multidimensional Array, how?

    ok, n00b qestion: I want to use pointer arithmetic to manipulate members of a multidimensional array. But I can't figure out how to point to it! int int_array[2][5]; + ------- I want to point here. | v [x][x][x][x][x] <--- int_array [x][x][x][x][x] simply creating an *intptr, then...
  8. Legionaire

    How do you set path variables for Win98 ?

    I got it for my WinXP comp, but cant figure out how to do it for my win98 comp.
  9. Legionaire

    XP autoconverts HTML Files!

    How do you stop XP from automatically converting the coding in HTML files into it's own language? Other XP users must have seen this before.

Part and Inventory Search

Back
Top