Search:

Type: Posts; User: dizz

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: CoInitialize

    by dizz
    Replies
    4
    Views
    4,669

    CoInitialize

    Hello I am having a problem... okay in the following code there is a function called CoInitialize. this function is giving me an error saying it is undefined.
    okay i know it has something to do with...
  2. Thread: Good Books?

    by dizz
    Replies
    10
    Views
    2,044

    understandable.. if anyone else know how to use...

    understandable.. if anyone else know how to use this please post some links or a book

    thanx!
  3. Thread: Good Books?

    by dizz
    Replies
    10
    Views
    2,044

    //************************************** // ...

    //**************************************
    //
    // Name: Access MDB
    // Description:To open MS Access or Ms S
    // QL server database using C/C++ or VC++
    // By: Mokarrabin A Rahman
    //
    //...
  4. Thread: Good Books?

    by dizz
    Replies
    10
    Views
    2,044

    what... i have seen it done? straight through...

    what... i have seen it done?

    straight through C++, also i have created my own DB and no it is not as simple as just connecting to an ACCESS DB..

    o well anyone else?
  5. Thread: Good Books?

    by dizz
    Replies
    10
    Views
    2,044

    Good Books?

    Does anyone know of any books that explain connecting to Access Databses using C++ console mode...

    Also any online tutorials or code snippets would be good! :)
  6. Thread: Extra Record?!?

    by dizz
    Replies
    6
    Views
    1,104

    yes i have heard of switch, it is giving me the...

    yes i have heard of switch, it is giving me the exact same problem tho... always one extra blank record at the end!!



    void readFile(info& vars)
    {
    clrscr();
    char str[20];
    ...
  7. Thread: Extra Record?!?

    by dizz
    Replies
    6
    Views
    1,104

    i do not want the blank record!!

    i do not want the blank record!!
  8. Thread: Extra Record?!?

    by dizz
    Replies
    6
    Views
    1,104

    please i really need help ;\

    please i really need help ;\
  9. Thread: Extra Record?!?

    by dizz
    Replies
    6
    Views
    1,104

    Extra Record?!?

    yet another question from me... LOL
    okay i have written this code to read records from a text file but the problem is that it is displaying an extra blank record at the end.

    //note this is just a...
  10. Replies
    9
    Views
    1,092

    okay one question then... i am using borland C++...

    okay one question then...
    i am using borland C++ builder 6 what would i search the help files for?
  11. Replies
    9
    Views
    1,092

    anyone?? please let me know if i am being...

    anyone??
    please let me know if i am being impatient but i really would like to figure this out.

    thanks!
  12. Replies
    3
    Views
    1,186

    thanx but i figured it out with strcmp hahaha...

    thanx
    but i figured it out with strcmp
    hahaha sometimes i feel so stupid LMAO!
  13. Replies
    3
    Views
    1,186

    Tell if a string is empty?

    Is there any way to tell if a string is empty... such as:

    char name[10];

    if (name=="EMPTY??")
    {
    do this
    }

    Any help would be great!!
  14. Replies
    9
    Views
    1,092

    Okay i got all of that to work... one more...

    Okay i got all of that to work...
    one more question... instead of displaying all that rubish about the hardrive and date is there a way i can just display them in the following format:

    test ...
  15. Replies
    9
    Views
    1,092

    one other things why are the arrays so high?

    one other things why are the arrays so high?
  16. Replies
    9
    Views
    1,092

    Hmm i don't really understand that last part......

    Hmm i don't really understand that last part... it works fine, but how do i get it so it only fill find .txt files??
  17. Replies
    9
    Views
    1,092

    View Contents of a...

    Is there any way in console mode to view the contents of a windows directory?

    Also if there is, is there a way to specify only .txt files or .cpp files?

    Any help would ge greatly appreciated!
  18. Thread: Array Problem!

    by dizz
    Replies
    5
    Views
    1,203

    k thanx i got it to work!

    k thanx i got it to work!
  19. Thread: Array Problem!

    by dizz
    Replies
    5
    Views
    1,203

    hmm i tried that last one and it didnt work...

    hmm i tried that last one and it didnt work either
    here is the code i tried it with



    #include<iostream.h>
    #include<iomanip.h>
    #include<conio.h>
    #include<string.h>
    #include<math.h>
  20. Thread: Array Problem!

    by dizz
    Replies
    5
    Views
    1,203

    Okay that didnt really work. It just gave out...

    Okay that didnt really work. It just gave out some wierd numbers that came outta nowehre. Im not sure if it was what i did with it when i put it into my program or if u made a mistake but could you...
  21. Thread: Array Problem!

    by dizz
    Replies
    5
    Views
    1,203

    Array Problem!

    Okay I have an array set up which is:

    int number[30];

    and the array is filled using random numbers. Now my question is how would i go about finding the highest value in the array with its...
  22. Thread: Random Problem?

    by dizz
    Replies
    4
    Views
    1,981

    got it! srand(time(NULL)); thanx for all the...

    got it!
    srand(time(NULL));

    thanx for all the help guys!
  23. Thread: Random Problem?

    by dizz
    Replies
    4
    Views
    1,981

    awesome thanx a lot that helped!

    awesome
    thanx a lot that helped!
  24. Thread: Random Problem?

    by dizz
    Replies
    4
    Views
    1,981

    Random Problem?

    Okay i have this problem with the output, it displays all off the random numbers in their array except for the last array. The last array is filled with pretty much nonsense. I have tried a few...
  25. Thread: Quick Question!

    by dizz
    Replies
    14
    Views
    1,551

    yeah thats cuz instead of using char arrays i...

    yeah thats cuz instead of using char arrays i just chose to use strings
Results 1 to 25 of 41
Page 1 of 2 1 2