Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: monkey8
Forum: C++ Nov 24th, 2004, 4:48 PM
Replies: 4
Views: 208
Posted By monkey8
Since you're using c++, don't hurt yourself by...

Since you're using c++, don't hurt yourself by using the old c libraries. (this is a common mistake, a lot of beginners don't know the difference between c and c++ libraries)

You're also using the c...
Forum: C++ Nov 24th, 2004, 4:44 PM
Replies: 7
Views: 258
Posted By monkey8
We need more information. What are you trying to...

We need more information.

What are you trying to compile? Something you wrote? What's the code?

Perhaps you are forgetting to link?

I've used dev-c++ the beta (newest) version and I haven't had...
Forum: Show Off Your Open Source Projects Nov 24th, 2004, 4:41 PM
Replies: 4
Views: 98
Posted By monkey8
There's a tut here...

There's a tut here http://www.meyerweb.com/eric/css/edge/menus/demo.html and some other goodies at http://www.meyerweb.com/eric/css/edge/
Forum: C++ Nov 21st, 2004, 2:44 PM
Replies: 5
Views: 216
Posted By monkey8
[quote]Originally posted by JPPLAY@Nov 21 2004,...

[quote]Originally posted by JPPLAY@Nov 21 2004, 06:09 PM
[b]
You could run your programs from a console, then you wouldn't need to pause.

Since you only really need to pause on windows,...
Forum: C++ Nov 19th, 2004, 11:47 AM
Replies: 25
Views: 704
Posted By monkey8
When you useusing namespace std;It includes the...

When you useusing namespace std;It includes the whole std namepace. Try using just what you needusing std::cout;
using std::cin;and see if that reduces executable size.
Forum: Perl Nov 13th, 2004, 4:42 PM
Replies: 6
Views: 563
Posted By monkey8
I would suggest you read these tutorials. You...

I would suggest you read these tutorials.

You can do very complex "word checking" using perl regular expressions.

http://www.comp.leeds.ac.uk/Perl/start.html (read this one...
Forum: C++ Nov 9th, 2004, 1:49 PM
Replies: 4
Views: 210
Posted By monkey8
If bcc32 is borlands version of gcc, then look...

If bcc32 is borlands version of gcc, then look for b++32. Because, gcc is used to compile c source code, and g++ is used to compile c++ source code.$ g++ -o bin source.cppDoes borland have the...
Forum: Perl Nov 9th, 2004, 1:45 PM
Replies: 6
Views: 563
Posted By monkey8
To append to kurifu's suggestion: You could open...

To append to kurifu's suggestion:

You could open both files the same time

foreach line, foreach word, if its different, highlight it. This would solve the problem of "one inserted word" would break...
Forum: C++ Nov 9th, 2004, 12:52 AM
Replies: 5
Views: 260
Posted By monkey8
When I used SDL on windows, and used std::cout,...

When I used SDL on windows, and used std::cout, it would output to ./stdout.txt
Forum: HTML / XHTML / CSS Nov 9th, 2004, 12:45 AM
Replies: 8
Views: 818
Posted By monkey8
TecBrain: Why not use a style sheet? td {...

TecBrain: Why not use a style sheet? td { padding: 10px; } will adjust the space between the elements in the cell and the cell.

You can eliminate a LOT of your code if you use style sheets, example:...
Forum: Bash / Shell Scripting Nov 9th, 2004, 12:35 AM
Replies: 2
Views: 303
Posted By monkey8
What is your OS? In slackware, you can run it...

What is your OS?

In slackware, you can run it from /etc/rc.d/rc.local

Or If you want something to be ran each time X starts, run it in your ~/.xinitrc
Forum: HTML / XHTML / CSS Nov 9th, 2004, 12:28 AM
Replies: 15
Views: 589
Posted By monkey8
I validate all my pages. I have the web...

I validate all my pages.

I have the web developer plugin for firefox, so if I press CTRL+SHIFT+L, my page gets validated(works for local files).

I like vim, (vi improved) Its the best console text...
Showing results 1 to 12 of 12

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:04 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC