Strings Strings STRINGS!
- [06 Nov 2008]
problems regarding strings.
Here is the layout...
All questions come from the file questions.txt
One
from the questions.txt file so the game can be altered.
What kind of string format would I need to use to read
- Preview...
www.xtremevbtalk.com/showthread.php?t=301939&m... - At least 6 Posts and 4 Authors
- Only this forum
Convert a string into an array of String
- [21 Nov 2008]
string variable into an array of string
(i.e) assume that my string variable is
String tmp="abcdeabcdeabc
";
I need to convert this into an array of string as mentioned below
String [] str = new String[5
- Preview...
saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cg... - At least 6 Posts
- Only this forum
Locate string within string using wildcard
- [19 Nov 2008]
Hi,
How can I locate a string within a string using a sort of wildcard?
Say i have the following
string
"Pellentesque consectetuer __VAR__ ac mauris venenatis vestibulum. __VAR1__ ut lacus.".
How
- Preview...
www.sitepoint.com/forums/showthread.php?t=5836... - At least 6 Posts and 3 Authors
- Only this forum
[solved]Casting cegui string to ogre string
- [27 Jun 2008]
from an editbox and I need to pass this to a ogre string.
Code:
Ogre::String str;
(CEGUI::String)str
= chatText->getText(); //chatText is the editbox
mDebugText = "text is: " + (Ogre::String)str;
compiles
- Preview...
www.ogre3d.org/phpBB2/viewtopic.php?t=42474 - At least 3 Posts and 2 Authors
- Only this forum
|
|