Search:

Type: Posts; User: Reisswolf

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,063

    Thanks, everyone, for your responses. Yes, it...

    Thanks, everyone, for your responses.

    Yes, it turned out to be a matter of symlinking the numbered version to SDL_image.so.

    CornedBee, I want to install the SDL devel packages, and I also want...
  2. Replies
    4
    Views
    2,063

    A Strange Compile Error

    Hi,

    I hope this is the right place to ask such a question. First things first: I am using FC5; my installation is fairly up-to-date. Over the weekend I downloaded a whole bunch of SDL...
  3. Replies
    16
    Views
    3,297

    I use different conventions for C and C++. In C,...

    I use different conventions for C and C++. In C, I use the variable_name and function_name() convention (since most of my C coding tends to be for GTK+ anyway). In C++ I prefer the following:

    *...
  4. Replies
    6
    Views
    12,834

    What's a C++ IDE, and why is it superior to the...

    What's a C++ IDE, and why is it superior to the Kate-terminal window combination?
  5. Replies
    3
    Views
    3,383

    FileStream.clear() worked like magiC++! Thanks...

    FileStream.clear() worked like magiC++!

    Thanks a lot, folks.
  6. Replies
    3
    Views
    3,383

    seekg() Not Working

    Hi,

    For some reason, the following piece of code won't rewind the cursor position in the file stream:




    // C++ Statements

    std::ifstream FileStream;
  7. Quick Question about the Efficiency of the STL

    Hi,

    Suppose I have the following code segment:



    std::vector<float> X(5, 1.0);
    std::vector<float>::iterator IterX;
    for(IterX = X.begin(); IterX != X.end(); IterX++) {
    std::cout << *Iter <<...
  8. Replies
    0
    Views
    1,961

    LaTeX Question: Displaying Text and Images

    I have a LaTeX question. I have been using the following code to include EPS graphics in my PDF document:



    \begin{figure}[htbp]
    \begin{center}...
  9. Replies
    11
    Views
    1,957

    Thanks, everyone, for your responses. ***** ...

    Thanks, everyone, for your responses.

    *****

    ahluka: the search returned nothing. No matches were found.

    *****

    Perspective: Yes, I did install the development libraries. I know I have...
  10. Replies
    11
    Views
    1,957

    I had already tried that. The error I got was: ...

    I had already tried that. The error I got was:



    The same thing happened for x11-opengl-devel:


    This is also the result for all the obvious arguments I could think of: opengl-devel, and a...
  11. Replies
    11
    Views
    1,957

    Yes, I know. I tried to install...

    Yes, I know. I tried to install X11-OpenGL-devel-6.9.0-0.5.i586.rpm, but I was told that there were missing dependencies. Three different files were listed in the missing list. I downloaded each...
  12. Replies
    11
    Views
    1,957

    OpenGL Beginner: Please Help

    Hi,

    I've been trying to install the OpenGL libraries, but it seems there are too many dependencies to resolve before I can install anything. There has to be an easier way to install the OpenGL...
  13. Replies
    1
    Views
    1,613

    Okay, in case there are others out there who...

    Okay, in case there are others out there who might have run into this problem, I should mention that I have found the solution. One must press "Enter" after overwriting "new menu" with the desired...
  14. Replies
    1
    Views
    1,613

    Simple Qt Programming Question

    I am new to the Qt widget set, even though I have good knowledge of the GTK+ set. I have been going through the tutorials, but one of the points mentioned in the tutorial does not seem to work out....
  15. Replies
    2
    Views
    1,419

    Thank you very much, Sang-drax. Your suggestion...

    Thank you very much, Sang-drax. Your suggestion indeed works!
  16. Replies
    2
    Views
    1,419

    LaTeX Question

    I have a strange problem. I would like to include a figure in my PDF file, and my LaTeX source looks like this:



    \begin{figure}[htbp]
    \begin{center}...
  17. Replies
    2
    Views
    1,386

    Thanks for responding, Bob. But if Word is a...

    Thanks for responding, Bob. But if Word is a pointer to gchar, then &Word is of type gchar**. You should get an error if you try to compile the above lines.

    I believe I have the syntax right...
  18. Replies
    2
    Views
    1,386

    GTK+ Programmng Help: Last Resort!

    Hi everyone,

    I have a combo box in which there are a few words. I am trying to build a menu option that will generate a LaTeX file with those words, that can then be compiled to produce PDF...
  19. Replies
    0
    Views
    1,642

    Pango Help in GTK+

    Hi,

    I have a GtkTextBuffer which holds the text that is displayed in a GtkTextView. I would like to highlight certain words in it--make some words bold, put others in italics, etc.

    I know that...
  20. Replies
    4
    Views
    2,463

    I have not read the entire code closely--I will...

    I have not read the entire code closely--I will do so later--but I notice that you are using deprecated functions. For example, gtk_entry_new_with_max_length() is a deprecated function and should...
  21. Replies
    11
    Views
    3,386

    CornedBee, I am perfectly aware that my programme...

    CornedBee, I am perfectly aware that my programme is specifically for *NIX systems.

    Well, I only meant trivial in the sense that it contained a non-zero number of lines of code. Conceptually, it...
  22. Replies
    11
    Views
    3,386

    Ha ha ha! I should have stated the question as...

    Ha ha ha! I should have stated the question as follows: "Write a non-trivial programme that prints out its source code."

    *****

    Anyway, the solution I have is:



    #include <stdio.h>...
  23. Replies
    11
    Views
    3,386

    New Contest (Possibly Too Easy for Experts)

    Seeing that this section currently has no active threads, I thought I'd start one. If you have already seen the question before, please don't give out the answer immediately.

    *****

    Problem: ...
  24. Replies
    26
    Views
    7,588

    Apparently, most of the major distributions have...

    Apparently, most of the major distributions have either already accepted GNOME as their standard default, or they are in the process of doing so. Most government institutions corporations I know...
  25. Replies
    26
    Views
    7,588

    Isn't GNOME gaining much faster acceptance than...

    Isn't GNOME gaining much faster acceptance than KDE? Would it therefore not be better to use GTK+ instead?

    Or is my thinking here completely incorrect?
Results 1 to 25 of 25