• WebsiteNews.AppearancesPage

    Updated: 2009-09-30 15:37:32
    dean:Wed, 30 Sep 2009 09:37:32 -0500

  • 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

  • Random numbers in C++

    Updated: 2009-09-22 01:12:56
    Here’s how you create seemly random numbers i C++. This will generate a random number from 1 t

  • 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

  • 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

  • How to integrate Dojo with ASP.net

    Updated: 2009-09-06 20:36:19
    First steps Start your visual studio 2008 (Start->Programs->Microsoft Visual Studio 2008->M

  • 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 [...]

  • Converting an int to string in C

    Updated: 2009-08-31 23:04:40
    Ahh…how many times have I forgotten this? char stringName[20]; int number = 15; sprintf(string

  • 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 [...]

  • Extension Method ON C#

    Updated: 2009-08-18 17:48:12
    Extension methods allow existing classes to be extended without relying on inheritance or having to

  • AMD’s Open Source Framewave Library

    Updated: 2009-08-12 20:38:34
    AMD’s Framewave (FW) is a free and open-source collection of image and signal processing routines to accelerate application development, debugging, and optimization on x86-class processor platforms.  FW is a collection of libraries that contain highly-optimized functions for use in a variety of programming domains. All implementations of the libraries provide C and C++ programmers ANSI [...]

  • C Programming Questions

    Updated: 2009-08-12 03:34:21
    C Programming C Questions Page 1(New) C Questions Page 2 C Questions Page 3 C Problems

  • Algorithms in C

    Updated: 2009-08-08 20:33:15
    This book provides a comprehensive collection of algorithms implemented in C programming language. A variety of algorithms are described in each of the following areas: sorting, searching, string-processing, and geometric, graph, and mathematical algorithms. These algorithms are expressed in terms of concise implementations in C, so that readers can both appreciate their fundamental properties and [...]

Last Months Items