• C++ Syntax Coloring

    Updated: 2009-10-17 02:01:03
    C++ Syntax Coloring Here is a function I have written to syntax color (or highlight) C++ source cod

  • Hello World!

    Updated: 2009-10-16 22:01:13
    #include <stdio.h> void main() { printf ("Hello World!\n"); }

  • WebsiteNews.AppearancesPage

    Updated: 2009-10-12 19:21:32
    robertcmartin:Mon, 12 Oct 2009 13:21:32 -0500

  • Why pointers and arrays in C are not the same

    Updated: 2009-10-11 20:01:28
    In a post in February I posted the following piece of code file1.c: int foobar[100]; file2.c: extern

  • Boost.Python and Handling Python Exceptions

    Updated: 2009-10-11 15:24:59
    The Error has Already Been Set When calling Python code from C++, one issue you will almost certai

  • oh code how i miss thee

    Updated: 2009-10-03 20:56:05
    while( ! asleep() ) sheep++;

  • Protected vs Internal

    Updated: 2009-10-03 00:01:47
    Just a remind for myself protected: [...] member is accessible from within the class in which it

  • Pointer of Pointer

    Updated: 2009-10-02 12:24:59
    Đây là hai chương trình ví dụ về pointer of pointer, các bạn vào đây download

  • Programming and Data Types in C programming

    Updated: 2009-09-24 06:04:25
    skip to main skip to sidebar Programming Portal C,C++,VB.net,ASP.net,Java,Testing,FAQ's,Interview . Questions Home Net ASP.Net C C FAQ's Java Testing Programming and Data Types in C programming C 0 comments In C programming we have different kinds of data types in C language and this is in continuation with previous . discussion Integers signed and unsigned Sample code for syntax for unsigned inter is nsigned int num_students With this declaration , the range of permissible integer values for a 16-bit OS will shift from the range 32768 to 32767 to the range 0 to 65535. Thus , declaring an integer as unsigned almost doubles the size of the largest possible value that it can otherwise . take It happens because on declaring the integer as unsigned , the left-most bit is now free and is not used to store the sign of the . number Unsigned integer still occupies two . bytes It can be declared as unsigned int i unsigned i There also exists a short unsigned int and a long unsigned int . By default a short int is a signed short int and a long int is a signed long int in C . programming Chars , signed and unsigned Signed and unsigned chars , both occupying one byte each , but having

  • Hiring C# Developers in Recession

    Updated: 2009-09-19 11:40:55
    C# is a simple, modern, general purpose & object-oriented software programming language. It is o

  • Code to switch binary VIC forcing data to ascii text files

    Updated: 2009-09-18 02:17:22
    Some code in C for convert to ascii from binary: #include <stdio.h> #include <stdlib.h>

  • Foundations of Programming with C: Lesson 1

    Updated: 2009-09-13 01:53:28
    Welcome to programming with C.  This tutorial is the first of many to come in C programming and is i

  • C Program to find LCM and GCD

    Updated: 2009-09-10 15:57:25
    C Program for LCM and GCD #include<stdio.h> void main() { int a[20],n,i,j,c,max,min; unsigned

  • C++ How to Program (7th Edition)

    Updated: 2009-09-04 20:53:22
    This comprehensive best-seller is aimed at readers with little or no programming experience. It teaches by presenting the concepts in the context of full working programs and takes an early-objects approach. The authors emphasize achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction. Introduction to Computers, the Internet and World Wide [...]

  • Common Text Transformation Library

    Updated: 2009-08-22 08:46:57
    Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. The library implementation is based on STL classes and algorithms. The library provides components for creating lexical analyzers making practical use of EBNF grammars. Template meta-programming and operator overloading offer features to write expressions that [...]

Last Months Items