Search:

Type: Posts; User: v6sa

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,716

    constant string array

    hello! i'm trying to define array of strings, but i havent figured out how..

    point is that later i need to printf("%s", strings[x]) all strings out (x is line no.)
  2. Replies
    1
    Views
    3,071

    framebuffer implementation

    hello! im writing a notepad like program for linux framebuffer, currently i use just mmap-ed /dev/fd0 but problem is that command line cursor blinks still thru, and when program is running and you...
  3. Replies
    2
    Views
    979

    pointers and functions

    hello! i have this class called _button, it has x,y,w,h and a draw function. Now i need onclick function for it, i think it sould be pointer type variable, so i can apply something like this is...
  4. Thread: typecasting

    by v6sa
    Replies
    2
    Views
    1,311

    typecasting

    hello! how can i convert unsigned char a[4] to unsigned long. Point is that i need to convert pixel, wich is defined as long to four subpixels and then back again.
  5. ported my app to c++ now (little rewrite and...

    ported my app to c++ now (little rewrite and renaming c to cpp), how do i do it in c++?
  6. how to do in c, what is record and object in pascal?

    Hello! I've searched a lot but i couldn't find how to create such struct wich has funtions in it. For example, struct called button has x,y,w and h. I can access these by button.x, button.y, etc. But...
  7. Thread: makefile problem

    by v6sa
    Replies
    3
    Views
    1,351

    thanks! i got it working

    thanks! i got it working
  8. Thread: makefile problem

    by v6sa
    Replies
    3
    Views
    1,351

    makefile problem

    Hello!

    Im quite new to C programming, especially with makefiles. I've read many posts but still i cant compile my program. I'm running Gentoo Linux with newest GCC. I have three files: fb.h, fb.c...
Results 1 to 8 of 8