Search:

Type: Posts; User: Tordne

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    10,301

    I don't know why, but I tried the same thing as...

    I don't know why, but I tried the same thing as with the explicit qulification...
    to emit the first part with the :: and it seems to work.
  2. Replies
    5
    Views
    10,301

    Thanks for the reply, unfortunately i'm not the...

    Thanks for the reply, unfortunately i'm not the expert... :-)

    while the last one was explicit qualification of declaration, it's giving me an "extra qualification on member" now...

    I've opened...
  3. Replies
    5
    Views
    10,301

    it's allright I allready found the solution for...

    it's allright I allready found the solution for this one...

    On this site they gave the explanation

    Re: [graphics-dev] gcc 4 : "explicit qualification in declaration" - Bjoern Milcke -...
  4. Replies
    5
    Views
    10,301

    error explicit qualification in declaration???

    Hi
    I know how to write some c code but i didn't really started with c++
    Now i downloaded the source code of a program that does face recognition,....

    and while compiling I ran against a bunch...
  5. thanks, I even forgot after my new install of...

    thanks, I even forgot after my new install of eeebuntu to include the source codes in my repositories...

    Actually ridiculous question... or maybe not? I'm already 36 hours awake...
    Some sleep...
  6. disassembling and reading C code from executable

    hi, I'm learning to write code on my own and books i can find on internet...
    Wrote a few programs, already quite complicated (best way to learn is to do it...)

    But it becomes time that i put...
  7. Replies
    4
    Views
    1,233

    found a solution for the counter

    after a good night sleep i found it.... when i looked back at your replies.

    at the end of loop "a" when he has checked all the numbers of the row...
    I make a little loop over "m" --> If...
  8. Replies
    4
    Views
    1,233

    the array to count from for a match.... the loop...

    the array to count from for a match....
    the loop over the rows is a
    the loop over the colums or numbers in a row is b

    the static array with 99 rows and 3 numbers every row
    m for the rows
    o for...
  9. Replies
    4
    Views
    1,233

    comparing and counting

    hi,
    I'm pulling my hair on this one already a long time...
    if someone can give me some advice on this one ... thanks
    Because my prog. is 1500+ lines i only give the piece that is important....
    ...
  10. yes... :-D this is my first program i'm...

    yes... :-D

    this is my first program i'm writing and it takes a long time... certainly because i still have to learn a lot...
    Thanks for all the reply's and answers...
  11. readdir() gives "." and ".." and doesn't exclude some folders

    I was trying to make an interactive directory menu.
    But in the directory where he has to read, there are a few directories that i don't want my menu to show and the "." and ".." still shows to...
    ...
Results 1 to 11 of 11