wpe41.gif (23084 bytes)CIS3355: Business Data Structures
Fall, 2008
 

Strings References

[Home Page] [Web Navigation] [(In)FAQs] [Class Schedule] [Textbook] [Lecture Slides] [Additional Coverage] [Supplementary Material] [Evaluation Areas] [Course Submissions] [Student Information]

Pseudonym: thebear
Website: http://en.wikipedia.org/wiki/String_%28computer_science%29
Title: String (computer science)
Submitter:
Date: 01/29/08
Time: 03:54:13 PM

Comments

Information on Strings

Pseudonym: gaseld
Website: http://en.wikipedia.org/wiki/String_(computer_science)
Title: String (computer science)
Submitter:
Date: 03/20/08
Time: 04:24:50 PM

Comments

In computer programming and formal language theory (and other branches of mathematics), a string is an ordered sequence of symbols. These symbols are chosen from a predetermined set. In programming, when stored in memory each symbol is represented using a numeric value. A variable declared to have a string datatype usually causes storage to be allocated in memory that is capable of holding some predetermined number of symbols. When it appears in source code a string is known as a string literal and has a representation that denotes it as such. Sometimes the term binary string is used to refer to an arbitrary sequence of bits

Pseudonym: keko10
Website: http://cplus.about.com/od/learning1/ss/strings.htm
Title: C++ Strings
Submitter:
Date: 03/23/08
Time: 06:42:00 PM

Comments

very helpful site compares the usage of string between c++ and c. In addition provides links explaining what strings are and how they work on c++

Pseudonym: safadoo25
Website: http://computer.howstuffworks.com/c35.htm
Title: string explanation and uses
Submitter:
Date: 04/02/08
Time: 09:29:38 PM

Comments

Good explanation on what strings are and how they are used. Some information on various string libraries as well as ways of copying and identifying string length. Some discussion on null character use and its importance in C.

Pseudonym: Computer Teck Man
Website: http://www.cprogramming.com/tutorial/lesson9.html
Title: C-Strings- C Tutorial - cprogamming.com
Submitter:
Date: 04/04/08
Time: 06:49:46 PM

Comments

The basic aspects of a string are discribe. It show you how to use stings in the C progamming language. It gives examples of how strings work.

Pseudonym: rockfer
Website: http://www.macdonald.egate.net/CompSci/hstrings.html
Title: String comands explained
Submitter:
Date: 04/08/08
Time: 05:08:51 PM

Comments

This website explains how the String.h library and its comands work

Pseudonym: bass5hartke
Website: http://www.cplusplus.com/reference/string/string/
Title: String objects are a special type of container, specifically designed to operate with sequences of characters.
Submitter:
Date: 04/08/08
Time: 05:49:56 PM

Comments

I like this web site because it helps you and guides you through steps and it helped me a lot!

Pseudonym: wizard
Website: http://cs.smu.ca/~porter/csc/ref/c_cpp_strings.html
Title: C++ Reference Material Strings in C and C++
Submitter:
Date: 04/08/08
Time: 08:18:31 PM

Comments

This iste summarizes the use of strings in both c and c++

Pseudonym: wizard
Website: http://www-control.eng.cam.ac.uk/~pcr20/C_Manual/booktoc.html
Title: This website appears to be a complete reference book for c++
Submitter:
Date: 04/08/08
Time: 08:25:00 PM

Comments

For more information about c++ visit this webstie.

Pseudonym: Lightbit
Website: http://www.webopedia.com/TERM/C/character_string.html
Title: Character String
Submitter:
Date: 04/10/08
Time: 11:05:05 AM

Comments

This webpage defines what a character string is and explains the difference between a name and a character string.

Pseudonym: Napalm_R
Website: http://cs.smu.ca/~porter/csc/ref/c_cpp_strings.html
Title: C++ Reference Material
Submitter:
Date: 04/11/08
Time: 12:54:22 AM

Comments

This webpage describes c and c++ strings in detail.

Pseudonym: arnaryi
Website: http://www.microsoft.com/technet/sysinternals/Miscellaneous/Strings.mspx
Title: Strings v2.40
Submitter:
Date: 04/11/08
Time: 02:14:17 PM

Comments

a string is an ordered squence of symbols. these symbols are chosen from a predetermined set or alhabet. when working with windows nt or win 2k, the object files are not easily seen with a standard ascii strings. strings can scan a file and pass a unicode.

Pseudonym: Sport
Website: http://msdn2.microsoft.com/en-us/library/69ze775t(VS.80).aspx
Title: C++ Strings
Submitter:
Date: 04/15/08
Time: 12:19:21 PM

Comments

A string consists of zero or more characters from a character set. It represents a sequence of characters that form a null string. Strings can be pulled to save space in the file. After adjacent strings have been concatenated the null character is appended. The maximum length o a string is 2,048 bytes.

Pseudonym: stardog
Website: http://www.webopedia.com/TERM/C/character_string.html
Title: character string
Submitter:
Date: 04/15/08
Time: 02:16:05 PM

Comments

This site gives you a basic understanding of Character strings and has other useful web links.

Pseudonym: chulo12
Website: http://en.wikipedia.org/wiki/String_theory
Title: string theory
Submitter:
Date: 04/15/08
Time: 02:24:52 PM

Comments

It gives a description of what a string is defined according to some people. It is not a helpful site because it is very confusing. It is ok at the begining but once in the middle it is very complicated to understand.

Pseudonym: bumblebee3355
Website: http://www.cppreference.com/cppstring/all.html
Title: This is a tutorial website on C++
Submitter:
Date: 04/24/08
Time: 05:14:18 PM

Comments

It also has PDF downloadable files on C++

Pseudonym: efrimix
Website: http://www.wilsonmar.com/1strings.htm
Title: Strings in computer programming
Submitter:
Date: 04/29/08
Time: 02:25:03 PM

Comments

We can see in this page that in computer programming, a string is generally understood as a data type storing a sequence of data values, usually bytes, in which elements usually stand for characters according to a character encoding, which differentiates it from the more general array data type.

Pseudonym: Pixelation
Website: http://www.cyberiapc.com/master/clesson6.htm
Title: Strings
Submitter:
Date: 04/30/08
Time: 10:53:07 PM

Comments

A very basic approach to understanding strings

Pseudonym: aasfdsafasdf
Website: asfsafasfasfasf
Title: asfsafasfasfasf
Submitter:
Date: 05/01/08
Time: 04:13:46 PM

Comments

asfasfasfasf

Pseudonym: icequeen
Website: http://en.wikipedia.org/wiki/String_(C++)
Title: Wikipedia strings explanation
Submitter:
Date: 05/01/08
Time: 06:46:54 PM

Comments

This website provides a brief explanation of strings with reference to c++. It also includes some sample code.

Pseudonym: ochoa11
Website: http://en.wikipedia.org/wiki/String
Title: String
Submitter:
Date: 05/01/08
Time: 09:16:27 PM

Comments

A clear definition of string, also gives a link of string datatypes, alogarithms, languages and functions.

Pseudonym: Bettyboop
Website: http://cat.inist.fr/?aModele=afficheN&cpsidt=1575074
Title: Implementing a declarative string query language with string restructuring
Submitter:
Date: 05/02/08
Time: 10:09:37 PM

Comments

Good information abouts string and how they are used in CIS.

Pseudonym: Bettyboop
Website: http://cat.inist.fr/?aModele=afficheN&cpsidt=1575074
Title: Implementing a declarative string query language with string restructuring
Submitter:
Date: 05/02/08
Time: 10:09:38 PM

Comments

Good information abouts string and how they are used in CIS.

Pseudonym: GOTINAD
Website: http://msdn.microsoft.com/en-us/library/system.string.aspx
Title: msdn
Submitter: Daniela Ito
Date: 05/06/08
Time: 07:35:09 PM

Comments

This website provide a definition and examples of Strings, remarks, index, functions and some other information.

Pseudonym: Lizard
Website: http://aspire.cs.uah.edu/textbook/CPP7019.html
Title: Character Arrays
Submitter:
Date: 05/07/08
Time: 01:59:59 PM

Comments

This website provides minnimum amount of information about the arrays. It gives a summary but does not go into detail about how to use in when writing in a program.

Pseudonym: Copernicus
Website: http://www.webopedia.com/TERM/c/character_string.htm
Title: WHAT IS CHARACTER STRING
Submitter:
Date: 05/08/08
Time: 02:54:33 PM

Comments

Provides a definition of a string and its purpose.

Pseudonym: penacho4
Website: http://msdn.microsoft.com/en-us/library/system.string.aspx
Title: String Class
Submitter:
Date: 10/24/08
Time: 12:02:22 PM

Comments

This website explains what a string is and what is it used for. It also has examples how this is used in c#, j#, and c++. So this is good website to visit to fully understand what a string is and how is it used for.

Pseudonym: st@r
Website: http://en.wikipedia.org/wiki/Text_string
Title: String (computer science)
Submitter:
Date: 10/28/08
Time: 09:37:40 AM

Comments

Gives a brief definition of what a string is.

Pseudonym: Dr. Horrible
Website: http://en.wikipedia.org/wiki/String_(C%2B%2B)
Title: string, standard representation for a string of text
Submitter:
Date: 10/30/08
Time: 03:27:11 PM

Comments

string class is a standard representation for a string of text

Pseudonym: hericosi
Website: http://www.cs.mu.oz.au/acmicpc/www.cppreference.com/cppstring/all.html
Title: string examples
Submitter:
Date: 10/30/08
Time: 05:33:54 PM

Comments

several examples of strings are in this webpage, those are really simple examples.

Pseudonym: bigdaddy
Website: http://en.wikipedia.org/wiki/String_(C++)
Title: Basic String Definition
Submitter:
Date: 10/30/08
Time: 08:21:25 PM

Comments

I looked at wikipeedia to get an idea about strings and it gave a real good definition. Check it out as it offers alot more for strings.

Pseudonym: ae09
Website: http://www.cplusplus.com/reference/clibrary/cstdlib/atoi.html
Title: atoi - C++ Reference
Submitter:
Date: 10/31/08
Time: 08:48:45 AM

Comments

This page give us a short explanation and example if we want to use the C++ function "atoi". With good explanation and easy-to-understand, makes it a good webpage for beginners.

Pseudonym: ae09
Website: http://www.cplusplus.com/reference/clibrary/cstdlib/atoi.html
Title: atoi - C++ Reference
Submitter:
Date: 10/31/08
Time: 08:48:45 AM

Comments

This page give us a short explanation and example if we want to use the C++ function "atoi". With good explanation and easy-to-understand, makes it a good webpage for beginners.

Pseudonym: oleic*~
Website: http://www.informit.com/library/content.aspx?b=STY_JavaScript_24_hours&seqNum=59
Title: Using string arrays
Submitter:
Date: 11/03/08
Time: 12:46:48 PM

Comments

Gives a brief explanation for using string arrays in Javascript.

Pseudonym: meezan85
Website: http://www.fredosaurus.com/notes-cpp/strings/cstrings.html
Title: Strings in C/C++
Submitter:
Date: 11/11/08
Time: 02:03:52 AM

Comments

This site gives great information and examples in the two types of strings in C/C++.

Pseudonym: mocosa8
Website: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html
Title: Class String
Submitter:
Date: 11/13/08
Time: 12:06:49 PM

Comments

It good examples on java format an it gives computer codes to gide you though

Pseudonym: ae09
Website: http://en.wikipedia.org/wiki/Null_character
Title: Wikipedia - the NULL character
Submitter:
Date: 11/14/08
Time: 11:29:50 AM

Comments

Definition and explanation of the NULL character in C++. Short information, however, well-explained.

Pseudonym: tVrccqAdtTZgf
Website: http://godpqnuyudos.com/
Title: cpMVLzAMFRN
Submitter: XXGGXKnfef
Date: 04/29/10
Time: 05:09:43 AM

Comments

rzEmFp <a href="http://lkzovddqqeou.com/">lkzovddqqeou</a>, [url=http://ivhczqlfuvob.com/]ivhczqlfuvob[/url [link=http://qrsendpzhgis.com/]qrsendpzhgis[/link http://pfgwwgtkvygc.com/

Pseudonym: AVrlREYSYnEPKgmCeCD
Website: http://www.google.com/
Title: ZiojDBYbbLZhNQgnkK
Submitter: mPiMjSsFEVhmRgyXCbg
Date: 07/19/11
Time: 08:51:22 AM

Comments

Yeah, that's the tkeict, sir or ma'am

Pseudonym: hyarVPzB
Website: http://www.facebook.com/profile.php?id=100003407082695
Title: xwwNhGjmAdcDHkNzk
Submitter: OdPJDAghSmbuEcW
Date: 11/30/12
Time: 12:12:12 AM

Comments

The head coach of the Arizona Cardinals Steelers Jerseys Ken Whisenhunt was knowledgeable that there's an eecxllent offer of discussion about which quarterback was about to begin Limas Sweed Jersey in San Francisco on Sunday. However, he feels no regret to have a component inside conversation with the drop of a hat. The Arizona Cardinals are Jerome Bettis Jersey 2-0 inside the case with John Skelton to be the starter, for this reason it can be logical to ask if he's about to go on with commencing as Kevin Jeff Reed Jersey Kolb arrives back again from his foot injuries or not. Whisenhunt's reply is that Kolb has not been cleared to be a part of from the coaching camp belonging to the workforce James Harrison Jersey so there's nothing for him to focus on. Kolb continues to be absent from two weeks just after bearing a foot harm in Baltimore. He picked up the tempo James Farrior Jersey of rehabilitation very last week, but Kolb even now has not taken a practice snap in two weeks. Skelton hasn't taken the NFL by storm but he is been resilient and Jack Lambert Jersey really hard. He has created 4 touchdown passes with two interceptions. Kolb appears to have been absent from huge open receivers and will do a much better project of identifying chances Terry Bradshaw Jersey to obtain the ball to receiver Larry Fitzgerald. On the other hand, Skelton has played by using the location for someone who had created only 4 will start just before this time. Troy Polamalu Jersey The Cardinals Ziggy Hood Jersey are 4-2 with Skelton commencing, and he took the lead for the crew on scoring drives during the fourth quarter in three of all those Rocky Bleier Jersey online games. Whisenhunt was apparently depressed that Jay Feely is actually absent from two subject aim trials during the game in opposition to the Eagles, but he continues to own Pittsburgh Steelers Jerseys assurance inside previous stager kicker. It will not seem which the workforce is near to taking into consideration of using the area of him. The proper tackle Brandon Keith is actually out a few game titles as a result of a messy proper knee. Keith has generally had the knee drained within this year. Jeremy Bridges is actually a capable backup.

Pseudonym: KHvHbGVioVbW
Website: http://www.facebook.com/profile.php?id=100003407070676
Title: cFJSzIePmu
Submitter: DfKKJSUkIAtLivhzOt
Date: 11/30/12
Time: 10:47:37 PM

Comments

I can teach you more regarding auto sarctch remover car sarctch repair products . They wish to permit something that reveals this portentously named auto sarctch remover. But, let's take a theoretical example. To locate a decent auto sarctch remover you might have to imagine outside the box. You might have to continue to try that as often as possible. My experience with auto sarctch remover is something I've been going through as well. That year shoppers must get in on a good deal auto repair estimates . In effect, in this installment, I'm going to give you a good many quick tips for auto sarctch remover windscreen sarctch repair .

Pseudonym: YW6lJ9faUie
Website: http://lzqkhlkmkey.com
Title: i have looked evhyew
Submitter:
Date: 04/26/17
Time: 08:23:59 AM

Comments

i have looked evhyewrere for an answer, i was wondering how to paste text into a text box now that when you long press in a text field you only get an option to choose between the two keyboards. Just rooted and installed fresh a couple days ago, i am loving it. thanks so much for your hard work.