Categories
C and C++Tips and Tutorials → File Manipulation

Interacting with TinyPic from C#

The following snippet will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application, using the WebRobot component available from http://foxtrot-xray.com/w eb-robot/
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

How to load file into memory using plain ANSI C language

This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

File Handling in C Language

First of all there is a detailed discussion on files, types of files and their attributes. The simple programs on how to write simple text/binary files in C language. At the end it also teaches how to store complete objects into a file are restore th...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS
©2019 A--9.com