Technology (Read Only) > Programming

C, C++ and C# tutorials

<< < (8/9) > >>

ursus:

--- Quote from: Travelsonic on October 24, 2011, 07:01:35 PM ---Depends - I mean, yes, it is an array of character arrays - which usually makes up a string, but at the same time the variable name makes the programmer perfectly aware of its intended use, I guess.  nameStr, IMO, would be best - the name gives it away as an array of characters [acting as a string] that stores someone's name.  :D

--- End quote ---

yo dawg we herd u liek arrays so we put arrays in your array so you can array while you array

Travelsonic:

--- Quote from: gamefreak171 on October 25, 2011, 09:57:57 PM ---yo dawg we herd u liek arrays so we put arrays in your array so you can array while you array

--- End quote ---

Today in my data structures class we talked about arrays of linked lists.  THAT'S torture for ANYBODY.

Сєşάя:

--- Quote from: Travelsonic ---Today in my data structures class we talked about arrays of linked lists.  THAT'S torture for ANYBODY.

--- End quote ---

Vectors, arrays, list, FIFO, LIFO, etc ??

Travelsonic:

--- Quote from: César on October 28, 2011, 05:59:10 AM ---Vectors, arrays, list, FIFO, LIFO, etc ??

--- End quote ---

That is the class in a nutshell... plus linked lists, binary trees, etc... though we aren't using the STL vector class since we're learning about programming our own container classes.  Or rather, we did, now we're on to linked lists.

Сєşάя:
I read a lot the book of Language C. I'll start with Vectors now

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version