|
| Author | Thread Statistics | Show CCP posts - 1 post(s) |
![]() CppMan |
Posted - 2004.05.24 05:29:00 -
[1] How do I get '<', '>', and '<<' to appair in a bio. I want my bio to look something like this /************************************ mine.cpp Description: print 'mining' to screen forever ************************************/ #include <iostream> using namespace std; int main() { while(1) { cout << "mining\n"; } return 0; } any ideas on how to keep the bio from eating the '<' and '>' from "#include <iostream>" and the '<<' form "cout << "mining\n";" ?? Thinks CppMan A real world C++ Programmer CppMan While(OreExists(&ore)) { cout << "Mining\n"; MineOre(&ore); } |
CppMan Caldari |
Posted - 2004.05.24 05:29:00 -
[2] How do I get '<', '>', and '<<' to appair in a bio. I want my bio to look something like this /************************************ mine.cpp Description: print 'mining' to screen forever ************************************/ #include <iostream> using namespace std; int main() { while(1) { cout << "mining\n"; } return 0; } any ideas on how to keep the bio from eating the '<' and '>' from "#include <iostream>" and the '<<' form "cout << "mining\n";" ?? Thinks CppMan A real world C++ Programmer CppMan While(OreExists(&ore)) { cout << "Mining\n"; MineOre(&ore); } |
| Copyright © 2006-2025, Chribba - OMG Labs. All Rights Reserved. - perf 0,08s, ref 20250923/1317 EVE-Online™ and Eve imagery © CCP. |
| COPYRIGHT NOTICE EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf. EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. CCP hf. has granted permission to EVE-Search.com to use EVE Online and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not in any way affiliated with, EVE-Search.com. CCP is in no way responsible for the content on or functioning of this website, nor can it be liable for any damage arising from the use of this website. |