Search:

Type: Posts; User: POW R TOC H; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    12
    Views
    6,977

    Re: HOWTO: Intro to 3d vectors in C++

    I hope you don't mind, i modified your vec3 class for my project (I also used a template, so it can be used with any type you need). I changed normalization, dot and cross products to be member...
  2. Re: Any C++ OpenGL tutorials? (That work with Code::Blocks)

    Everything works with Code::Blocks. Code::Blocks is just an IDE, not a compiler. It uses GCC (or other compilers, but GCC by default).
    Simply see what libs you must link with, and add them to your...
  3. Replies
    11
    Views
    33,203

    Re: KDevelop vs Anjuta vs CodeBlocks

    It is basically just a matter of taste.
    When working on something small, I usually use gedit (with autocomplete plugins, and C/C++ highlighting), and I have a terminal embedded into it.

    I use...
  4. Re: [C] Proper data structure design for a very simple text editor

    Quite right, my mistake... Wonder how I came up with 2 :confused: (nope, never worked with C/C++ on 16-bit machines)...
  5. Re: [C] Proper data structure design for a very simple text editor

    Things could be much easyer with C++ ;)

    Nevertheless, you should avoid linked list for small data, because (in your case) one char is 1 byte, and two pointers (doubly linked list) are 2 bytes...
  6. Replies
    174
    Views
    172,388

    Poll: Re: How To: The (almost) Perfect Pulse Audio Setup

    This worked like a charm... Thank you!
  7. Replies
    4
    Views
    689

    [all variants] Re: Double root?!

    Thanks :)
    That pretty much clears that up :) (somewhat)
  8. Replies
    4
    Views
    689

    [all variants] Re: Double root?!

    Yeah, I saw that too :)
    But why does // exist, and where does it reside?
    It has to be a real dir, otherwise it would not be shown as such with pwd.
    If it is in root (which is the only place it...
  9. Replies
    4
    Views
    689

    [all variants] Double root?!

    While doing something in the terminal, I acidently typed

    cd //
    instead of

    cd ..
    To my great surprise, it worked. I was in // directory, which I never knew existed...
    pwd returns '//' as...
  10. [kubuntu] Re: Deleting GNOME configuration files and settings

    I just deleted .gnome and .gnome2
    Now I have deleted .gconf and .nautilus too
    I don't need backup, because I want a clean new gnome :)
    Thank you everyone
  11. [kubuntu] Deleting GNOME configuration files and settings

    I currently have Kubuntu, but I will switch to ubuntu (I'm simply going to install ubuntu-desktop). I did this once, but had problems.
    My hard drive has 3 partitions, 20Gb for root, 1Gb for swap,...
  12. [kubuntu] Installing GNOME on kubuntu from an ubuntu CD

    Right now, I have kubuntu with KDE on my computer. However, I would like to install GNOME. Installing ubuntu-desktop from repositories is not really an option for me, as I have rather limited...
  13. Replies
    2
    Views
    431

    [kubuntu] Re: Can't install vmware

    Done that. It did compile (with vmware-any-any-116) but now when I try to run a virtual machine I get this error :( :


    Version mismatch with vmmon module: expecting 167.0, got 137.0.
    You have an...
  14. Replies
    2
    Views
    431

    [kubuntu] Can't install vmware

    I can't install vmware. I have tried experimenting and google-ing but everything failed.
    This is what I did (my kernel is 2.6.24-16-generic):
    First I tried running vmware-install.pl as usual, but...
  15. Replies
    4
    Views
    6,051

    Re: Oregano Simulations?

    I'm having the exact same problem :(
  16. Replies
    0
    Views
    462

    [kubuntu] New graphic card, no sound...

    I have got myself a GeForce 8800. At first I had trouble making it work (Ubintu 7.10). After a while, I recieved Kubuntu 8.04, and it worked fine (restricted drivers found and enabled). But my sound...
  17. Replies
    3
    Views
    343

    Re: Auto-updating (the concept)

    No, I'm saying that I can't create a script, nor use any Open Source (or any other) solutions. I must make my own solution, but it CAN be based on anything...
  18. Replies
    3
    Views
    343

    Auto-updating (the concept)

    I'm making a program, and I need to make an auto-updater, that will download and apply the patch. I was thinking of using wget, diff and patch, but my employer probably won't be releasing the program...
  19. Replies
    14
    Views
    6,943

    Re: How do I do this modulus in C?

    It's important to know that variable sofar must be integer :)
    Operator % works with integers only...
    I realise that you probably already use integers...
  20. Replies
    1
    Views
    667

    Open source CD/DVD burning library

    Hello,
    I need a C/C++ library that simplifies the process of burning CDs and DVDs and works on both linux and windows.

    Any ideas?
    Thanks in advance...
  21. Replies
    67
    Views
    34,535

    Re: Programming Challenge 9: Vigenère cipher

    Let me see if I got this right from Wiki :
    Only capital letters, no spaces, or anything?
  22. Replies
    1
    Views
    274

    Video library needed

    Hello.
    I need a C/C++ library which can open and interpret video files (as much formats as possible). I need to access specific frames of the video as images. Do you know a good library?
    Thank you...
  23. Replies
    2
    Views
    563

    [all variants] Re: 64-bit programs on 32-bit machine

    Yes, that is so. I saw that x86_64 users need to have 32-bit libraries installed, so the game is probably natively 32-bit. The game I'm talking about is Penumbra Overture.
  24. Replies
    2
    Views
    563

    [all variants] 64-bit programs on 32-bit machine

    I'm downloading a game made for x86_64. I have x86 architecture, but it's 32-bit :)
    Any chance for this to work? Thank you in advance...
  25. Replies
    10,014
    Views
    1,110,220

    Re: How many of you completely switched to Linux?

    I switched completely a few months ago, and have no intention of going back.
    I'm interested in system programming, not that I'm any good at it (yet), and digital electronics (microcontrollers,...
Results 1 to 25 of 72
Page 1 of 3 1 2 3