Search:

Type: Posts; User: GiraffeMan

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,003

    Thanks RpiMatty, the files need to be saved in...

    Thanks RpiMatty,
    the files need to be saved in binary format, so I can't change that...
    I did try working my way slowly up the debugging tree :0 the major problem was that it kept getting stuck.....
  2. Replies
    2
    Views
    1,003

    major problems...

    hey ppl...
    I know it's quite bad submitting all this code, BUT...
    I've been trying to figure this one out for about 2 weeks and still I can't understand...
    We have written a project in C++ to...
  3. Replies
    11
    Views
    3,620

    so

    so wouldn't it be good if someone would make a 64bit API???
    or there might be a problem with that??
  4. Replies
    11
    Views
    3,620

    so what does that mean

    Shiro: o.k I can see that they are diffrenet I am just not getting why??? I understand the part of the variabels but one thing...
    if let say I have an int which will be 2 bytes in a 16 bit OS...
    in...
  5. Replies
    11
    Views
    3,620

    thanks BUT

    that was very inlighting although does that mean that you could use a 16bit var in a 32bit envioroment ???
    is 32 better then 16???
    I thought that XP and 2000 are NT based - which means they are...
  6. Replies
    11
    Views
    3,620

    32 bit or 16 ???

    hello ppl...

    what the F__k is the diffrence between 16 bit API to a 32 one??
    I know there is a diffrence (between WIN NT and 98 or 2000)... but I really don't even know what tutorial or...
  7. Replies
    10
    Views
    3,888

    thank you all BUT...

    but.. . I'm still confused about the way... Isn't there any tutorial about this sort of stuff...
    Prelude I'm sorry but I can't grasp what your doing here!!!
    what do you mean by breaking the byte...
  8. Replies
    10
    Views
    3,888

    thanks but...

    I didn't quiet get you there.. is there a code or a tutorial you can show me how to use that???
  9. Replies
    10
    Views
    3,888

    adding encryption to bmp

    hey ppl...
    well here's a chalenge; I made a XOR encryption program but I want to hide my encrypted file inside a bmp...

    the program should encrypt the file and then would, at the end of the bmp,...
  10. Replies
    4
    Views
    1,547

    yo thanks Koedoe man.. you really saved my ass,...

    yo thanks Koedoe man.. you really saved my ass, you were right ..
    I inserted the defenition .cpp file into the header and everything works fine.. though I am having a bit of a problem understanding...
  11. Replies
    4
    Views
    1,547

    an exercise gone wrong

    well then, ppl.. we got an exercise in class to make a one way connected list that will have different objects in it; ...
    in this case a string and a box, but the box has to be a template class and...
  12. Thread: Email

    by GiraffeMan
    Replies
    0
    Views
    888

    Email

    hey People..
    is there any way I can network an Email or packages throw C or C++, if so could you tell me which commands/functions can i use...

    thanks
  13. Replies
    2
    Views
    959

    yes I know

    yes of course...
    I went through all the allocations and still didn't find what I was looking for... anyway I think the problem should be around this function (the one that sorts the data - read...
  14. Replies
    2
    Views
    959

    connected lists...???

    hello ppl...
    i'm having a bit of a problem here...
    to cut a long story longer :(... I was trying to make a program to handle cusotmer, product and order files.. but although it works kinda well,...
  15. Replies
    5
    Views
    1,459

    god bless the ignorent

    :confused: Thanks Prelude, I'm still confused though, I know i can use loads of ways to get rid of that, the thing is I want to understand why???
    My teacher (not the brightest bulb in the...
  16. Replies
    5
    Views
    1,459

    end of file problems

    haoy People...
    I've been making this program to identefy a string in a file, and to write down the raws were it appears...
    the problem was that when I wrote just

    while(!feof(in))

    it would...
  17. Replies
    14
    Views
    3,381

    brute force???

    hey People you mentioned earlier that Xor encryption can be broken by "brute force"...
    what does that mean??
    you beat the guy up until he gives you the key to decrypt???

    could you explain the...
  18. Replies
    16
    Views
    3,421

    try this...

    Thanks BUT.. I've done a list and just scrambeld it a little using random... can you tell me if that's ok???

    r=random(20);
    for(i=0;i<52;i++)
    {
    while((i+r)>52)...
  19. Replies
    16
    Views
    3,421

    playing ... cards??

    hey People...
    I was trying to make a program that would play cards, BUT (there is always a butt:) - the random function (to shuffle the cards) could work forever if it wont pick all the cards......
  20. Thread: thumbs up

    by GiraffeMan
    Replies
    1
    Views
    855

    thumbs up

    hello people... fellow programers.
    saw the board and being using it for a few mounths now...

    and finally decided to join in the action, I'm kinda new BUT thanks to the tutorials on the site I'm...
Results 1 to 20 of 20