Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
Listing Alphabetically?
Index
->
Programming, Turing
->
Turing Help
Author
Message
HowIDo
Posted:
Mon Dec 15, 2014 3:48 pm
Post subject: Listing Alphabetically?
What is it you are trying to achieve?
The knowledge to list something alphabetically in Turing
What is the problem you are having?
Not knowing how to do it.
Describe what you have tried to solve this problem
Look around.
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
-
Turing:
<Add your code here>
Please specify what version of Turing you are using
4.1
Sponsor
Sponsor
Nathan4102
Posted:
Mon Dec 15, 2014 4:42 pm
Post subject: RE:Listing Alphabetically?
In Turing, you can compare strings alphabetically by using the '>', '<' and '=' operator.
If x > y = true, you know that x is later than y in an alphabetical list. The opposite is true for <.
if (x = y) = true, you know the strings are alphabetically equal, and it makes no odds which order you place them in.
Using these, you should be able to craft some sort of method to alphabetically sort an array of strings (or multiple String variables).
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
Programming, Turing
->
Turing Help
Page
1
of
1
[ 2 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy