Storing Strings in Arrays in C
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Detail
Storing Strings in Arrays in C
As for a limit on how many dimensions of arrays you can have... Theres an unlimited amount.http://tutorial-portal.net/forums/index.php?topic=103.0
Total Hits: 3037
Total Votes: 36 votes
Category: C and C++/General Development
Submitted on: 2008-04-16 02:30:14
Submitted By: Shekhar
Description:
Unlike web languages like PHP, ASP, Perl, you are NOT able to store text strings in one-dimensional arrays like you would in those web languages. C++ requires the use of 2-dimensional arrays in order to store lines of text. For this to happen C++ uses a mix of character sequences and arrays. As for a limit on how many dimensions of arrays you can have... There's an unlimited amount.So to start off, we'll use a basic C++ format. Using the input-output stream file, the standard library file, and the strings file. More detail...
Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() ![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() ![]() ![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 16.67% |
6 |





16.67%

16.67%

16.67%

16.67%

16.67%