Search Results

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: 1o0oBhP ; Forum: C++ and child forums
Forum: C++ Jan 8th, 2005
Replies: 97
Views: 25,636
Posted By 1o0oBhP
No offense, but me not finding java anywhere as useful as C++ has NOTHING to do with my programming ability. Maybe I have phrased things wrong but java does exist and is popular but I am happy to say...
Forum: C++ Jan 4th, 2005
Replies: 21
Views: 6,636
Posted By 1o0oBhP
pointers are c++ most useful things and is what sets it aside from other languages. Just to name a few uses:

Dynamic arrays
Linked lists
Memory management (eg. passing pointers rather than...
Forum: C++ Dec 26th, 2004
Replies: 2
Views: 6,775
Posted By 1o0oBhP
The RLE (Run length encoding) compression method compresses a file by writing repeated data as a byte containing the length, then a byte of the data itself. The 'real' RLE method involves writing...
Forum: C++ Dec 17th, 2004
Replies: 7
Views: 4,662
Posted By 1o0oBhP
an array is essentially a variable which can store a number of values, all stored one after another in memory and all having a certain index;
eg


int numbers[10]; // array of 10 integers,...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC