|
-
Aug 31st, 2001, 06:47 PM
#1
Thread Starter
transcendental analytic
colored code
ok i'm just being lazy, but does anyone have something that colors my C++ code for display on a html page?
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 31st, 2001, 07:03 PM
#2
Frenzied Member
fox could probably alter his
-
Aug 31st, 2001, 07:06 PM
#3
Thread Starter
transcendental analytic
probably but I want to have it in html not vb-world code
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 31st, 2001, 09:01 PM
#4
Addicted Member
Dev-C++ has a html exporter.
-
Aug 31st, 2001, 09:23 PM
#5
PowerPoster
Do you want to source code or just a freeware C++ to HTML colour coder?
-
Sep 1st, 2001, 03:05 AM
#6
Thread Starter
transcendental analytic
any will do, i want to specify colors on keywords operators and comments though
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 1st, 2001, 10:40 AM
#7
PowerPoster
I will look for that on downloads.com because once I downloaded a program that allowed me to make an html file (with the colours) out of a C\C++ file
Search on downloads.com because there is one
-
Sep 1st, 2001, 11:00 AM
#8
Thread Starter
transcendental analytic
thanks
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 1st, 2001, 11:10 AM
#9
Thread Starter
transcendental analytic
btw how do i get say
<iostream> to show as the <'s >'s wont show
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 1st, 2001, 12:14 PM
#10
PowerPoster
What do you mean? I did not understand that.
-
Sep 1st, 2001, 02:06 PM
#11
Thread Starter
transcendental analytic
well in the html file it says <iostream>
but it isn't displayed because it thinks it's a tag
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 1st, 2001, 02:23 PM
#12
PowerPoster
woo..that is odd. SO you mean that <iostream> is an html tag. Did you notice what it did?
-
Sep 1st, 2001, 02:25 PM
#13
Thread Starter
transcendental analytic
Yep - nothing
i suppose it function as commented code so to speak
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 1st, 2001, 05:43 PM
#14
Originally posted by kedaman
btw how do i get say
<iostream> to show as the <'s >'s wont show
to show < and > to show in HTML change them to < and > respectively
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Sep 1st, 2001, 05:46 PM
#15
Thread Starter
transcendental analytic
thanks a billion
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 2nd, 2001, 07:43 AM
#16
Monday Morning Lunatic
Try this
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 2nd, 2001, 07:59 AM
#17
Thread Starter
transcendental analytic
thanks but i already got my stuff fixed
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 2nd, 2001, 08:01 AM
#18
Monday Morning Lunatic
I know, but I was just adding something to the mix
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 2nd, 2001, 08:03 AM
#19
Thread Starter
transcendental analytic
Furry muff
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 2nd, 2001, 08:07 AM
#20
Monday Morning Lunatic
Please 
Incidentally...that thing I posted does more than just C++
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 2nd, 2001, 08:11 AM
#21
Thread Starter
transcendental analytic
Ok, I might have a look at it, if I have need for it
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 2nd, 2001, 10:32 AM
#22
Member
kedaman, i believe the what you were looking for was
Code:
<xml><iostream></xml>
that tells it to show the HTML ... even though iostream isnt really HTML :\
if im wrong, sorry heh
-choo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|