Search:

Type: Posts; User: JBull

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,624

    Thanks for the replies, I'll try out a CVS on my...

    Thanks for the replies, I'll try out a CVS on my own server. I found that Kdevelop is good at creating the makefile for me. The dependencies are known within the project and so Kdevelop will know...
  2. Replies
    6
    Views
    1,624

    How to distribute code

    I'm writing some software for Linux that I'd like to make freely available for others on my webpage. Its image processing software specific for astronomy. I'm not at all experienced with packaging...
  3. Replies
    10
    Views
    4,417

    I'm also interested in this. There's a virtual...

    I'm also interested in this. There's a virtual maze of dated info when I do web searches. Finally settled on GTK+ but its tough going. And GTK+ 2 has been released along with Glade, Glade2...
  4. Replies
    7
    Views
    2,212

    Ok, sounds like you need RGBA type images. Each...

    Ok, sounds like you need RGBA type images. Each pixel has a four values for each of R, G, B, A. RGB are the red, green, blue and A is the Alpha channel for transparency (actually opacity). For an...
  5. Replies
    7
    Views
    2,212

    image processing

    I'm also working on image processing now with libtiff and libpng. I may be able to help if you have specific questions.

    I don't know about your project and what they mean by "underlay". You may...
  6. Replies
    8
    Views
    7,782

    I looked into QT and unfortunately its based on...

    I looked into QT and unfortunately its based on C++. I'm not up to learning C++ at this point because I feel like my C programming is just now coming up to a good level. And I'm working on other...
  7. Replies
    8
    Views
    7,782

    GUI toolkit for C... which one?

    What is the easiest GUI toolkit for C programming? I've written a large amount of code for Linux that I need to add a GUI.

    I looked downloaded GTK but it looks like a steep learning curve. I've...
  8. Replies
    5
    Views
    20,159

    Thanks! BTW, I'm programming on a Debian Linux...

    Thanks!

    BTW, I'm programming on a Debian Linux machine.
  9. Replies
    5
    Views
    20,159

    malloc or array initialization

    When I allocate memory space using malloc, is there any easy way to initialize all values to zero. The same question applies to an array.


    I think this works for an array to initialize all...
Results 1 to 9 of 9