Search:

Type: Posts; User: Intimd8r

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. DX9 has that whole managed code thing going with...

    DX9 has that whole managed code thing going with it? What are you talking about?
  2. I'm looking for a framework for a rendering...

    I'm looking for a framework for a rendering engine to learn how to use the algorithms and graphics pipelines... I don't want to just call pre-written funtions I want to write the funtions myself.
  3. I'm looking for a framework for implementing rendering engines in visual studio

    I'm trying to find a A framework for implementing rendering engines and a flexible scene description language something similar to RD_View

    http://graphics.cs.niu.edu/projects/rd_view/index.html
    ...
  4. Replies
    3
    Views
    1,387

    I looked all around and couldn't find anything. ...

    I looked all around and couldn't find anything. It was written back in 97 though.
  5. Replies
    3
    Views
    1,387

    Fast Algorithms for 3D-Graphics

    Does anyone own the book Fast Algorithms for 3D-Graphics by Georg Glaeser. I lost the 3.5 disk that came with the book and need a copy of it. If anyone can help me out thanks in advance.
    AIM:...
  6. Thread: tag bits?

    by Intimd8r
    Replies
    0
    Views
    1,793

    tag bits?

    How do you find the # of tag bits in direct memory mapping and set associative mapping?
  7. Replies
    5
    Views
    1,108

    What exactly does the flushall call do anyways?

    What exactly does the flushall call do anyways?
  8. Replies
    5
    Views
    1,108

    Thank you, that worked perfect....

    Thank you, that worked perfect....
  9. Replies
    5
    Views
    1,108

    Most of that code was written by our teacher........

    Most of that code was written by our teacher..... I think in Borland Turbo C++ 3.0, so I was thinking I have my visual studio enviorment variables setup wrong.... or there is some problem linking of...
  10. Replies
    5
    Views
    1,108

    He is a small zip with the exe, cpp, and input...

    He is a small zip with the exe, cpp, and input file.... when you run it it
    float32 < float32.in > float32.out
    float32.out just repeats the first line of input over and over.... but when I compile...
  11. Replies
    5
    Views
    1,108

    Dos Console Problem....

    When I compile in Visual C++ .NET we always check our programs - all dos console apps for "computer systems organizations" - buy running a teacher provided input file and seeing if our output matches...
  12. Thread: loop problem

    by Intimd8r
    Replies
    9
    Views
    1,940

    I though ctrl-z is the same as EOF in windows.

    I though ctrl-z is the same as EOF in windows.
  13. Thread: loop problem

    by Intimd8r
    Replies
    9
    Views
    1,940

    I changed main to this #include "complex.h"...

    I changed main to this


    #include "complex.h"

    int main() {
    Complex complex;
    cout << "Enter complex number (^Z to end): ";
    while (cin >> complex){
    cout << complex;
  14. Thread: loop problem

    by Intimd8r
    Replies
    9
    Views
    1,940

    Yes... here is the whole picture. #ifndef...

    Yes... here is the whole picture.



    #ifndef COMPLEX_H
    #define COMPLEX_H

    #include <iostream>
    using namespace std;
  15. Thread: loop problem

    by Intimd8r
    Replies
    9
    Views
    1,940

    loop problem

    I finally have my whole program done for school... but when I add the final loop to run until the user presses ctrl-z I now get compile time errors... I don't know how else to work this in though.
    ...
  16. Replies
    4
    Views
    2,067

    YA, and I e-mailed them... but, I'm not a company...

    YA, and I e-mailed them... but, I'm not a company so they won't waste any time on me.
  17. Replies
    2
    Views
    1,043

    What's XP I never heard of anything but Linux?:)

    What's XP I never heard of anything but Linux?:)
  18. Replies
    4
    Views
    2,067

    Photoshop Plugin

    I'm trying to write a plugin for Adobe Photoshop, which would trace the most primary parts of a layer with a 1px pencil. So like.... if you have a layer of a building, or engine, it would kinda turn...
  19. Thread: Api/mfg

    by Intimd8r
    Replies
    14
    Views
    1,235

    So, it would be in my best intrest to learn api...

    So, it would be in my best intrest to learn api before I take visual c++ next fall which I'm fairly sure uses mfc?
  20. Thread: Api/mfg

    by Intimd8r
    Replies
    14
    Views
    1,235

    Api/mfg

    What is the differance between win32 API and MFG?
  21. Looking for Window Programming by Charles Petzold

    I'm looking for a copy of Windows Programming by Charles Petzold.... something used is anyone has one they don't need or want anymore please let me know.
  22. Replies
    12
    Views
    1,315

    Thank you... I'm going to try to get a used copy...

    Thank you... I'm going to try to get a used copy of that book off e-bay.
  23. Microsoft Visual C++ 6.0 ** Am I missing something?

    People have told me that in the workplace visual C++ is the standard compiler that you work with.... so I bought visual studio and have been using it rather then gcc/bloodshed. I'm trying to learn...
  24. Thread: msg box prob

    by Intimd8r
    Replies
    15
    Views
    2,614

    No it didn't work... in Bloodshed it compiled...

    No it didn't work... in Bloodshed it compiled without a problem but for won't in visual c++ 6.
  25. Thread: msg box prob

    by Intimd8r
    Replies
    15
    Views
    2,614

    Ok.... Ihell or high water I will learn microsoft...

    Ok.... Ihell or high water I will learn microsoft visual c++
    but when I compile this code in their I get this....

    --------------------Configuration: Message Box - Win32 Debug--------------------...
Results 1 to 25 of 46
Page 1 of 2 1 2