Search:

Type: Posts; User: 81N4RY_DR460N

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,315

    I have source to change color, but it works only...

    I have source to change color, but it works only on Windows.
    Maybe some headers will be missing...



    /*******************************************************************

    [File name] : ...
  2. And when someone tells joke, I shout LOL, ROFL,...

    And when someone tells joke,
    I shout LOL, ROFL, and turn my head by 90 degrees so it looks like :} .
    :p
  3. Replies
    13
    Views
    2,093

    Lot of hard-coding.... You probably have memory...

    Lot of hard-coding....
    You probably have memory leak. If you have VisualC++, you can download VisualLeakDetector (VLD) here -> http://www.codeproject.com/tools/visualleakdetector.asp .

    ...and...
  4. Replies
    5
    Views
    1,282

    If you want to define function body outside...

    If you want to define function body outside class, you first must make prototype inside class.


    class Deck
    {
    ...
    ~Deck(); // this is prototype, its body is defined elsewhere.
    ...
  5. Replies
    3
    Views
    846

    I agree with Zuk. Maybe you just defined...

    I agree with Zuk. Maybe you just defined prototype in class , ~Player(); , and left it without body. You need to define it somewhere. Just type
    Player::~Player(){},
    or if you don't need to do...
  6. Replies
    12
    Views
    3,047

    ILoveVectors's code works now. There was some...

    ILoveVectors's code works now. There was some problem in my code first time so it didn't work, but now works OK.
  7. Replies
    12
    Views
    3,047

    Python? Weakest language i have ever programmed...

    Python? Weakest language i have ever programmed in....

    Thank you both. I will try and see what is better for me...
  8. Replies
    12
    Views
    3,047

    Is there some way for us lazy programmers?

    Is there some way for us lazy programmers?
  9. Replies
    12
    Views
    3,047

    There is one problem with this code... If the...

    There is one problem with this code...
    If the last line in file is not blank it runs into the infinite loop.
    How can this be solved?
  10. Replies
    12
    Views
    3,047

    Thanks for help. It works fine now. Here's the...

    Thanks for help.
    It works fine now.
    Here's the changed code :



    .
    .
    .
    string text
  11. Replies
    12
    Views
    3,047

    File I/O problem

    I have a little problem with file I/O.
    I want to make a program that can open .cpp file,
    modify something and save it in out.cpp .
    The problem is that when I save file it
    is saved without...
  12. Replies
    6
    Views
    1,713

    You can find some tutorials here ->...

    You can find some tutorials here -> http://codeproject.com/dll/ . Look under general section.
    ;)
  13. Replies
    6
    Views
    3,348

    I tried to make some guide about header files......

    I tried to make some guide about header files...
    Maybe i'm not very good at english but try to understand something...

    Quick guide to header files :

    I'll give you one example :

    This is...
  14. Replies
    1
    Views
    2,010

    Anarchy OnLine anyone ?

    Are you playing AO?
    Tell me about your character, side*.

    I'm lvl34 Soldier, SIDE : Omni,
    Skills most used : Rifle, Ranged Energy, Ground veh...
    BTW, If you need Concrete Cushion/Onyx contact...
  15. Replies
    1
    Views
    1,141

    Most of companies have their own style. They mix...

    Most of companies have their own style. They mix styles found on the web into new style.
    You could do that too. Just remember to write .doc / .htm manual about your coding style.
  16. Replies
    0
    Views
    7,538

    Bin packing problem....

    I found this while looking for something on google.
    Seems interesting... I'll try to solve it.
    You can try it too(if you have balls oo)...
    It's posted in C++ programming, but you can use whatever...
  17. Replies
    10
    Views
    2,179

    vector, you can find more of those at...

    vector, you can find more of those at http://www.santarosa.edu/~ssarkar/cis10sum05/ .Just go to assignments.
    @Jaybo
    What do you have now?
  18. Replies
    7
    Views
    2,769

    I update all my security programs every day ...

    I update all my security programs every day (It's not me, I'm too lazyyyyyy... Bit defender has automatic update, Adware && Spybot SD too :)).
  19. Replies
    10
    Views
    2,179

    Jaybo684, This is too easy... I've made it in...

    Jaybo684,
    This is too easy...
    I've made it in C++, it's not full, but you can translate it in C, and add what you need.
    The rules are pretty strict... (...
  20. Replies
    7
    Views
    2,769

    ...try searching on google about Windows...

    ...try searching on google about Windows Firewall. You'll see how many people have problems with it.
    SLOW : It slows down p2p programs, and connection.
    INEFFICIENT: Fails at most of the security...
  21. Replies
    10
    Views
    2,179

    I excuse for my stupidity... Haven't seen this...

    I excuse for my stupidity...
    Haven't seen this locked icon.
    ...thanks for telling me this horny vector :):)
  22. Replies
    7
    Views
    2,769

    Don't use the SP's firewall.... It is too slow...

    Don't use the SP's firewall.... It is too slow and inefficient.
    There is good free firewall, http://www.kerio.com/kpf_download.html .
    For first 30 day it works as a full version, but after that it...
  23. Replies
    10
    Views
    2,179

    Just to help you about this... What if I asked...

    Just to help you about this...
    What if I asked you to make me a string parser in c++, and offering you music or something like that? What would you do? Write me whole program?
    Then think about...
  24. Replies
    8
    Views
    1,120

    You have plenty of tutorials about this at...

    You have plenty of tutorials about this at...
  25. Replies
    8
    Views
    1,120

    Something like this? -> See attachment. it is...

    Something like this?
    -> See attachment.

    it is from atomic tanks -> http://atanks.sourceforge.net/
    Download source code and find the console.
Results 1 to 25 of 37
Page 1 of 2 1 2