Search:

Type: Posts; User: neo_phyte

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,793

    PC Cam Integration

    Hello guys good day!!!


    I am looking for a site that will give me information about ACME PC Cam Integration. And made it using ATL COM in Visual C++ 6.0. And I am opened for your advise and ideas...
  2. Replies
    2
    Views
    1,618

    Looking for Win32 Programming Tutorial

    Hello guys, I am looking for a site that teach me more about Win32 Programming, I am new with some built in terms in WinApi such as WM_DESTROY, cbSize, style, and so on. Could you give me best site...
  3. Replies
    1
    Views
    1,256

    Porting Mysql to Bloodshed

    Hi people, good day...

    I am asking if it is possilble Bloodshed can connect to Mysql database? If it is, what are the ways or the coding? I know it needs <mysql.h> header file, is this a built-in...
  4. now i understand, till next problem...

    now i understand, till next problem...
  5. okay.. thanks for a great help, i understand what...

    okay.. thanks for a great help, i understand what SlyMaelstrom explaining that <string.h> corresponds to strcpy, strlen, strcmp, strcat, and other string functions. what does <string> corresponds...
  6. This code does not work in Bloodshed-Dev C++ 4.9.9.2. Why?

    could you please explain to me, why this code, does not work in Bloodshed-Dev C++ 4.9.9.2. The following errors occurred when i compile this code:

    first error: "myfile" undeclared (first use this...
  7. Thread: Creating DLL

    by neo_phyte
    Replies
    3
    Views
    1,404

    any other links...

    any other links...
  8. Thread: Creating DLL

    by neo_phyte
    Replies
    3
    Views
    1,404

    Creating DLL

    Good day C++ Programmers, I would like to ask from you the link of tutorials on how to create or make DLL using Bloodshed Dev-C++. Samples or any suggested links are so much appreciated. Thanks in...
  9. Replies
    13
    Views
    2,306

    your are not printing your formula in total: ...

    your are not printing your formula in total:


    printf("The total of the change is %f");


    just do this:


    printf("The total of the change is %f", total);
  10. Study the library "graphics.h" and its functions....

    Study the library "graphics.h" and its functions. there you can make your own button, textbox, form etc in C or C++. Or just study visual c++ 6.0, there you can make your own button, textbox, or form...
  11. thanks to all you guys for the helpful...

    thanks to all you guys for the helpful information...
  12. Replies
    1
    Views
    1,006

    Please help....

    Can anyone here can explain the difference among the four:

    auto, register, static and extern.


    please cite and example. thanks.
  13. thanks...

    thanks...
  14. What is the difference between Recursion and Iteration?

    Can anybody here, discuss to me about recursion and iteration? What are the differences between the two? Thanks...
  15. Replies
    15
    Views
    2,420

    okay.. thanks... itsme86... change also your...

    okay.. thanks... itsme86... change also your name, how about itsyours86
  16. Replies
    15
    Views
    2,420

    I am very sorry sir.... Anyway thank you to both...

    I am very sorry sir.... Anyway thank you to both of you... One last question... is this possible in Borland C++ 3.0 or lower version in C... Dont answer me to get a new updated compiler!!!
  17. Replies
    15
    Views
    2,420

    I found this code in the net, I understand with...

    I found this code in the net, I understand with these codes, but what makes me confused is the #include <mysql.h>.. where i can get this header file? or can we download it?




    #include...
  18. Replies
    15
    Views
    2,420

    I guess I have to study it further, I am confused...

    I guess I have to study it further, I am confused about the coding:

    1. Do I need a connection string for this? Just as usual use by other modern programming language today?

    2. I know a little...
  19. Replies
    15
    Views
    2,420

    Possible or Not?

    It is possible, using C programming language, can interact with modern databases today such as MySQL, MSSQL, FireBird, etc? If possible, how can I do that? Is there a built functions for that...
    ...
  20. I got the solution, I have found it in the...

    I got the solution, I have found it in the www.cplusplus.com;



    cout << average << '%.2f';
  21. Hehehe, I am very sorry for the spelling... ...

    Hehehe, I am very sorry for the spelling...

    Yap, when I compiled the program and run it, it gives me an error... When I browse the help of the iomanip.h library, there is no setprecision under...
  22. how to set decimal places Borland C++ 3.0 compiler???

    Note: this is is just a repeated question found under C Programming: I am very sorry, please delete the message found in C Programming.

    Hello guys,

    I am finding hard, what really the function...
  23. Replies
    3
    Views
    2,863

    Thank you so much Salem...

    Thank you so much Salem...
  24. Replies
    3
    Views
    2,863

    regs.h.ah = 15; int86( 0x10, ®s, ®s ); ...

    regs.h.ah = 15;
    int86( 0x10, &regs, &regs );

    regs.h.ah = 0;
    int86( 0x10, &regs, &regs );


    Are these built-in statements in C?
  25. Replies
    3
    Views
    2,863

    Please explain?

    I am studying hardware programming on this time, some of the codes which may difficult for me to understand. I found this code in the internet. Hope you can explain to me better.


    The following...
Results 1 to 25 of 31
Page 1 of 2 1 2