Thread: C++ program to HTML

  1. #16
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    if we're talking about windows...

    Edit control or RichEdit for "Massive Number"

    of course if we're not talking about windows then WinInet isn't going to help you either
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  2. #17
    Registered User
    Join Date
    Sep 2002
    Posts
    72
    i mean like 20000 characters

  3. #18
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    I think the plain ol edit is fine for that. Not sure what the maximum is.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  4. #19
    Registered User
    Join Date
    Sep 2002
    Posts
    72
    how would you set up a variable that would allow 20 000 characters

  5. #20
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    char buffer[20000];
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  6. #21
    Registered User
    Join Date
    Apr 2002
    Posts
    99
    Wouldn't that only hold 99, 999 and the null character or whatever it is?

  7. #22
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    is this the twilight zone? am I having a practical joke played on me?
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  8. #23
    Registered User
    Join Date
    Sep 2002
    Posts
    72
    anyone have an example of an FTP server for this type of use?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Access HTML from a program.
    By azjherben in forum Networking/Device Communication
    Replies: 13
    Last Post: 06-05-2009, 02:55 PM
  2. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM
  3. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  4. get program to open a html file
    By task in forum C Programming
    Replies: 14
    Last Post: 11-09-2001, 12:20 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM