Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 172
Search took 0.17 seconds.
Search: Posts Made By: linuxpimp20
Forum: Coder's Corner Lounge Mar 2nd, 2006, 9:25 PM
Replies: 22
Views: 567
Posted By linuxpimp20
as far as 3d modeling is concerned you can check...

as far as 3d modeling is concerned you can check out blender3d. http://blender.org/cms/Home.2.0.html It h as a steep learning curve but it is free. Good luck.
Forum: Coder's Corner Lounge Mar 2nd, 2006, 9:03 PM
Replies: 22
Views: 567
Posted By linuxpimp20
i would recommend picking up C++ as well. I have...

i would recommend picking up C++ as well. I have a book called Game Programming with Python. ( This book here http://tinyurl.com/ozv34 ) I haven't read it at all cuz i haven't learned python yet. I...
Forum: Coder's Corner Lounge Feb 7th, 2006, 4:22 PM
Replies: 4
Views: 194
Posted By linuxpimp20
Interesting article about a code source searcher.

http://www.linux-watch.com/news/NS6361290460.html
Forum: Other Programming Languages Jan 26th, 2006, 7:47 PM
Replies: 20
Views: 607
Posted By linuxpimp20
i'd recommend making a site with different...

i'd recommend making a site with different tutorials for the languages you know. That way it is going to force you to think it out writing it down and your students will have a place to go if they...
Forum: Assembly Jan 20th, 2006, 10:34 PM
Replies: 12
Views: 645
Posted By linuxpimp20
i always thought ti was because the stack is LIFO...

i always thought ti was because the stack is LIFO (last in first out) So i thought it had to pop what was ever on top of the stack off into memory so it would get saved to put something else on top...
Forum: Coder's Corner Lounge Jan 20th, 2006, 6:41 AM
Replies: 7
Views: 304
Posted By linuxpimp20
When i first started to use linux all i had heard...

When i first started to use linux all i had heard about it was that it was hard and that you had to be good with computers to use it. So when Windows ME got trashed on my computer almost two years...
Forum: C++ Jan 17th, 2006, 10:27 AM
Replies: 11
Views: 424
Posted By linuxpimp20
Is this a buffer overflow?

hi. As an exercise in c++ im making a calculator. I picked a calculator because i can keep building it up and refining it. For example at first it only accepted two numbers and added them together. I...
Forum: C++ Jan 15th, 2006, 10:02 PM
Replies: 4
Views: 239
Posted By linuxpimp20
Sorry i was using QT Designer on Linux.

Sorry i was using QT Designer on Linux.
Forum: C++ Jan 15th, 2006, 3:29 PM
Replies: 4
Views: 239
Posted By linuxpimp20
Writing code intended for a GUI Developing program

hi. i've just been messing around with a few simple programs today to refresh my memory on C++. I decided to write a simple one and try to use a GUI development program to see if i can make a gui...
Forum: Coder's Corner Lounge Jan 1st, 2006, 9:25 AM
Replies: 16
Views: 370
Posted By linuxpimp20
the swap doesn't even have to be on the same...

the swap doesn't even have to be on the same drive. I've had cases where a distro on hda and hdb where sharing the swap oh hda. Although maybe that was possible cuz there was a swap for the distro on...
Forum: Coder's Corner Lounge Jan 1st, 2006, 9:01 AM
Replies: 16
Views: 370
Posted By linuxpimp20
yes it is.

yes it is.
Forum: C++ Dec 10th, 2005, 12:22 PM
Replies: 26
Views: 575
Posted By linuxpimp20
well you could do a.) item, b.) item, etc. That...

well you could do a.) item, b.) item, etc. That would give you 16 more single digit possibilities.
Forum: C++ Dec 10th, 2005, 10:36 AM
Replies: 26
Views: 575
Posted By linuxpimp20
what is wrong with hitting enter? If the user...

what is wrong with hitting enter? If the user accidently hit 2 when they meant to hit 1 in your method they'd get the question wrong unfairly. But by having to hit enter they'd have the chance go...
Forum: C Nov 30th, 2005, 1:31 PM
Replies: 3
Views: 268
Posted By linuxpimp20
Confused about a random # generating tutorial.

hi i found this tutorial about random # generating tutorial.

http://www.cprogramming.com/tutorial/random.html

It uses rand() and srand() and uses the time function to use the system clock seconds...
Forum: C Nov 25th, 2005, 4:39 AM
Replies: 3
Views: 194
Posted By linuxpimp20
ok im going to rationalize out your code to see...

ok im going to rationalize out your code to see if i follow you correctly to understand.

char buffer[BUFFER_LENGTH] is what will hold what the user inputs - correct?

fprintf(stdout, "Enter a string...
Forum: C Nov 25th, 2005, 3:48 AM
Replies: 3
Views: 194
Posted By linuxpimp20
Should i use fgets to set user input to a variable?

hi. Im writing my first serious program in C at the moment and not positive as to how to set user input to a variable. My C book mentions getc() and getchar() but are those mainly for one character...
Forum: Other Programming Languages Nov 24th, 2005, 11:39 PM
Replies: 1
Views: 153
Posted By linuxpimp20
Here is for all the ambitious OS builders.

i've seen a lot fo people on here asking how to make an OS. Here is a site to get you started.

http://www.osdever.net/tutorials.php?cat=0&sort=1

enjoy.
Forum: Other Programming Languages Nov 24th, 2005, 6:21 PM
Replies: 32
Views: 799
Posted By linuxpimp20
what is your operating system? If it is a *nix...

what is your operating system? If it is a *nix you could use diff - the only thing is im not sure if you can specify from a specific line to another specific line. And what do you want it to check...
Forum: XML Nov 24th, 2005, 5:18 PM
Replies: 4
Views: 648
Posted By linuxpimp20
i thought that might be possible but i think the...

i thought that might be possible but i think the tricky part would be to have a script to keep the feed updated. Well one of the sites on my feed wish list was PFO so i went to recommend it in the...
Forum: Community Announcements and Feedback Nov 24th, 2005, 5:10 PM
Replies: 6
Views: 424
Posted By linuxpimp20
Well to be totally correct RSS has stood for a...

Well to be totally correct RSS has stood for a few things.

"What does RSS stand for? There's a can of worms. RSS as introduced by Netscape in 1999 then later abandoned in 2001 stood for "Rich Site...
Forum: XML Nov 24th, 2005, 4:51 PM
Replies: 4
Views: 648
Posted By linuxpimp20
Yeah. I'd be willing to learn how to do it and...

Yeah. I'd be willing to learn how to do it and write as much of it as i could for the sites and just have them edit it as they see fit.
Forum: XML Nov 24th, 2005, 7:11 AM
Replies: 4
Views: 648
Posted By linuxpimp20
Can you create a RSS feed for a site that isn't yours?

hi. I started using Liferea (LInux FEed REAder) and like it The only thing is not all the sites i check regularly offer a feed. Is it possible that i could create a feed for those sites or is that...
Forum: Coder's Corner Lounge Nov 21st, 2005, 11:51 AM
Replies: 6
Views: 238
Posted By linuxpimp20
yeah i read the follow up article as well. He...

yeah i read the follow up article as well. He wasn't against learning Ruby just that if it was similar to a language you already know you wouldn't get as much out of it as if you had learned a...
Forum: C Nov 21st, 2005, 6:34 AM
Replies: 13
Views: 523
Posted By linuxpimp20
That is alright. I didn't take it as you having a...

That is alright. I didn't take it as you having a go at me. I was just explaining what i did. I should pay mroe attention to the posted date. I would like the OP to benefit from it as well if they...
Forum: C Nov 21st, 2005, 6:18 AM
Replies: 13
Views: 523
Posted By linuxpimp20
Yeah. When i did the search i just did a search...

Yeah. When i did the search i just did a search in the C forum for threads with at most 0 threads with the keyword wrong. I thought that would get me with people posting code and being like "I don't...
Forum: C Nov 20th, 2005, 7:29 PM
Replies: 13
Views: 523
Posted By linuxpimp20
// w = weight, c = cost, get = which items have...

// w = weight, c = cost, get = which items have been got(1 = got, 0 = no got)

that is line 109. Im sure that is alright to keep in there. I think i just got the warning cuz i was compiling with...
Forum: C++ Nov 20th, 2005, 7:07 PM
Replies: 12
Views: 474
Posted By linuxpimp20
http://en.wikipedia.org/wiki/Object-oriented_progr...

http://en.wikipedia.org/wiki/Object-oriented_programming

there, cuz i'd probably mess it up when trying to explain it. hope that helps. wikipedia is your friend.
Forum: Coder's Corner Lounge Nov 20th, 2005, 1:36 PM
Replies: 6
Views: 238
Posted By linuxpimp20
What should your next language be?

Here is an interesting article i read about picking your next programming language. Hope you find it useful.

http://weblog.hypotheticalabs.com/?p=59
Forum: Coder's Corner Lounge Nov 20th, 2005, 12:59 PM
Replies: 20
Views: 399
Posted By linuxpimp20
a lot of security consultants and pen. testers...

a lot of security consultants and pen. testers were previously "hackers" like kevin mitnick.

However to get off the topic of hackers - did anyone read the link i posted? lol. I thought it was...
Forum: C Nov 20th, 2005, 12:11 PM
Replies: 7
Views: 352
Posted By linuxpimp20
these are the errors i get when trying to compile...

these are the errors i get when trying to compile it. As of right now im not ambitious enough to try to solve any of them. lol.

gcc -ansi -O2 -Wall -pedantic -o sweater sweater.c sweater.c:16:...
Forum: C Nov 20th, 2005, 11:11 AM
Replies: 13
Views: 523
Posted By linuxpimp20
did some interesting test to your program. ...

did some interesting test to your program.

[jeff@localhost ~]$ ./knapsack
m = -1
n = 100
Segmentation fault

[jeff@localhost ~]$ ./knapsack
m = -1
n = -1
Forum: C Nov 20th, 2005, 10:53 AM
Replies: 13
Views: 523
Posted By linuxpimp20
hi. im trying to reinforce my learning of c by...

hi. im trying to reinforce my learning of c by helping people on teh forums debug their programs. When trying to compile your program i got several errors and here is what i did to eliminate...
Forum: Coder's Corner Lounge Nov 20th, 2005, 8:12 AM
Replies: 20
Views: 399
Posted By linuxpimp20
i think it is important to note that hacker is a...

i think it is important to note that hacker is a name giving to a group of people. Therefore there is no one true definition of a hacker. Everyone is going to have their own connonation. I think it...
Forum: Coder's Corner Lounge Nov 19th, 2005, 5:02 PM
Replies: 20
Views: 399
Posted By linuxpimp20
which is a must read?

which is a must read?
Forum: Coder's Corner Lounge Nov 19th, 2005, 4:09 AM
Replies: 20
Views: 399
Posted By linuxpimp20
Yeah i like digg a lot better. I've found the...

Yeah i like digg a lot better. I've found the same stories that were on digg on slashdot as much as a couple days behind. Also Slashdot seems to have a lot of stories about scientist discovering a...
Forum: Coder's Corner Lounge Nov 18th, 2005, 11:11 PM
Replies: 20
Views: 399
Posted By linuxpimp20
How to be a programmer.

Hi. Saw this link on digg.com and though i'd share it with everyone. I haven't read it all but so far it is good.

http://samizdat.mines.edu/howto/HowToBeAProgrammer.html

hope you enjoy it.
Forum: C Nov 17th, 2005, 6:18 AM
Replies: 20
Views: 515
Posted By linuxpimp20
and i assume your not a computer expert either -...

and i assume your not a computer expert either - right? But even tho your not a car expert you press the gas pedal to accelator without having to know what kind of engine or exactly what is going on...
Forum: C Nov 15th, 2005, 1:26 PM
Replies: 20
Views: 515
Posted By linuxpimp20
The original poster is using linux and as...

The original poster is using linux and as mentioned above getch() is not portable to linux.
Forum: C Nov 15th, 2005, 11:38 AM
Replies: 20
Views: 515
Posted By linuxpimp20
i was curious about how to do the same. did man...

i was curious about how to do the same. did man getpass. The first line of the description:

This function is obsolete. Do not use it.

lol. Unfornately it did not say why it is obsolete or suggest...
Forum: C Nov 14th, 2005, 6:00 AM
Replies: 8
Views: 337
Posted By linuxpimp20
Beej's guide is good. i have read it. The only...

Beej's guide is good. i have read it. The only thing is that it focuses on unix socket programming. But i have a pdf that is written for Winsock if you already know unix socket programming.
Showing results 1 to 40 of 172

 
Forum Jump



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

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