Search:

Type: Posts; User: wudmx

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,226

    I already know this structure, should have said...

    I already know this structure, should have said this in my first posting. My problem is how to use it, so an example would be really nice!

    thanks anyway
    wudmx
  2. Replies
    2
    Views
    2,226

    CDROMREADAUDIO ioctl

    hi linux-programmers,

    I played a bit with the CDROM-ioctls, really great . But now i have some problems with CDROMREADAUDIO! don't get the track of a cd to a file in raw mode... do you have some...
  3. Replies
    2
    Views
    1,503

    Kip is right ... but i also know the problem of ...

    Kip is right ... but i also know the problem of clover. reading, reading, reading... i thought i understood everything, but i was false... try to code some small programs. here is the next problem:...
  4. Replies
    11
    Views
    6,823

    yes, if you don't use it before the declaration!

    yes, if you don't use it before the declaration!
  5. Replies
    11
    Views
    6,823

    is this correct? since ansi C99 standard...

    is this correct?
    since ansi C99 standard initializations after expressions are allowed! c89 didn't do that? correct?

    bye
    wudmx
  6. Replies
    5
    Views
    1,268

    this is too general! where is the data printed?...

    this is too general! where is the data printed? give us more information!

    bye
    wudmx
  7. Replies
    2
    Views
    4,046

    another mistake. you're return typ of ReadSet is...

    another mistake. you're return typ of ReadSet is void, and in main you specify an integer to it. just do the following:



    ReadSets(s1 , &n1);
  8. Replies
    11
    Views
    8,806

    this took me almost 2 hours, i'm not a c expert....

    this took me almost 2 hours, i'm not a c expert. but i want to contribute my results:




    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    #define LEN 10 // number of colums and...
  9. Thread: A C Puzzler...

    by wudmx
    Replies
    24
    Views
    2,971

    of course,you're right! thanks for the lecture ...

    of course,you're right! thanks for the lecture

    bye
    wudmx
  10. Thread: A C Puzzler...

    by wudmx
    Replies
    24
    Views
    2,971

    Originally posted by pinko_liberal #include...

    Originally posted by pinko_liberal


    #include <stdio.h>

    int
    main(void)
    {
    while( printf("Hello World\n"), 0)
    {
  11. Thread: gtk

    by wudmx
    Replies
    6
    Views
    1,427

    i haven't programmed yet with GTK, but have you...

    i haven't programmed yet with GTK, but have you looked at http://www.gtk.org/tutorial/ch-buttonwidget.html ?

    look at the code. i think you search the g_signal_connect method!

    hope i could help...
  12. Thread: gtk

    by wudmx
    Replies
    6
    Views
    1,427

    have you seen this already? ...

    have you seen this already?

    http://www.gtk.org/tutorial/

    bye
    wudmx
  13. Replies
    3
    Views
    1,713

    yes, with the big O notation you can compute...

    yes, with the big O notation you can compute several things, not only the time needed for the program.

    BUT: you donīt get "this takes 30 seconds" but you get something like "your program is in...
  14. Replies
    5
    Views
    4,144

    i havenīt used vc6 , but i think the problem is...

    i havenīt used vc6 , but i think the problem is the libm.lib. search for that file on your discs, if you wonīt have, try to get it from another computer with vc6.
  15. Thread: nCurses

    by wudmx
    Replies
    6
    Views
    3,773

    hi, i'm also working now with ncurses, and i'm...

    hi,
    i'm also working now with ncurses, and i'm also a beginner. i tried to figure out your problem, and i've tested it with this little program. i hope this will solve your problem!



    #include...
  16. Thread: Changing kernels

    by wudmx
    Replies
    3
    Views
    1,626

    hi, im no expert, just my opinions about your...

    hi, im no expert, just my opinions about your questions...

    1) i think it`s possible, but with many error when booting... another kernel means also another dependencies to modules and so on. and...
  17. Replies
    6
    Views
    1,540

    there i have a question... im a newbee in 3d...

    there i have a question... im a newbee in 3d programming and in game programming... how do "move" this character made by a 3D modelling program? one position from one side of the person is one thing,...
  18. Replies
    17
    Views
    4,782

    oh yes, i'm sure he means with psx playstation...

    oh yes, i'm sure he means with psx playstation gamex :-)

    wudmx
  19. Replies
    4
    Views
    1,111

    this should be scanf("%s", &sky); cu...

    this should be


    scanf("%s", &sky);


    cu
    wudmx
Results 1 to 19 of 19