Search:

Type: Posts; User: DaRk$nAkE

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    911

    try to compare the contains of the edit box with...

    try to compare the contains of the edit box with ""
    like
    if(edit1.text == "" && edit2.text == "")
    {
    // for the things i used use your own
    }
  2. Replies
    1
    Views
    1,427

    bytamin-c (http://www.bytamin-c.com)

    bytamin-c
  3. Replies
    2
    Views
    970

    the best way to learn programming is by reading...

    the best way to learn programming is by reading books
    but i'll try to help you with your question
    in a header fileyou define the function(prototype) or the class
    like:
    void Example(); //...
  4. how could someone else fill the ... for you???

    how could someone else fill the ... for you???
  5. Replies
    1
    Views
    943

    try &&

    try &&
  6. Thread: AI Newbie

    by DaRk$nAkE
    Replies
    1
    Views
    900

    AI Newbie

    yo i started with programming some thing in directx8 sdk but i realized that i don't like that cause i want to be an AI programmer so does anybody knowa good site with AI tutorials in C++ or...
  7. Replies
    2
    Views
    2,748

    make a function with things like this in it...

    make a function with things like this in it
    if(number > 2)
    {
    if(do you factor act her cause i don't get that part)
    {
    cout<< "perfect number";
    }
    else
    {
    cout<< "not a perfect number";
  8. Replies
    0
    Views
    1,088

    DLL's in C++ Builder 5.0

    can anyone send me a good explanation or tutorial how i can use a self made dll in c++ builder 5.0
  9. Thread: IExplorer

    by DaRk$nAkE
    Replies
    3
    Views
    902

    IExplorer

    i want to make a new favorit by code
    and i want to display the history folder in a filelistbox
    i'm using borland c++ builder 5.0
  10. Thread: IExplorer

    by DaRk$nAkE
    Replies
    3
    Views
    902

    IExplorer

    how can i make favorits with code

    and how can i show history in a filelistbox
Results 1 to 10 of 10