Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DarkCount
  • Content: Threads
  • Order by date
  1. DarkCount

    Some problems with CStatic

    Hi, people! I have some problems with reflection a text on CStatic. I read the first line of a text file with this function: char * o_file(const char *filename) { FILE *f=fopen(filename, "r"); if (f!=0) { char ch; char *result=new char[]; int i=0; fseek(f, 0, SEEK_SET)...
  2. DarkCount

    export to Excel's diagram

    Hi! I have a table from Access Database (with fields, f.e., 'city' and 'count'). And I want export this table to diagram in Excel (f.e. circle's diagram). How? Thanks.

Part and Inventory Search

Back
Top