- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
115 Posted Topics
Re: 246 and thats in octal. btw why do programmers confuse Halloween and Christmas? it's obvious DEC 25 = OCT 31 | |
Re: Absolute C++ by Walter Savitch is a pretty good book too. Thats the one that I used back in the days when I was a begginer (and that was a long long time ago). | |
Re: Napoleon Dynamite | |
Re: If you want to do it by hand, here is the algorithm I would use: int numdigits(int num) { int len = 0; while(num >= 10) { num = num/10; len++; } return len; } Do you need this to work only for positive integers? If yes, then this algorithm … | |
Re: Good programming teachers are hard to find. Thats how it was at my school... | |
Hey All. Have a question. I have this situation: in JavaScript I have a parent window that opens a child window using window.open(). Now, through the course of the whole thing, comes a point where the child refereshes the parent window using opener.location.reload(). After the reload happens, I have realized … | |
Re: You get cavities. I put in FreeBSD 5.3 Kernel. | |
Re: Just joined today, lets see what my hyperthreaded 3.06 MHz can do....;) GO DaniWEB WOOT WOOT!!! | |
Re: I don't know about the two pros, I was always against the concept of death panelty. It's all I will say, because I do not want to encourage a flame war. I can discuss my reasons via PM. I agree Rashakil Fol, and alc6379 that this kind of topic does … | |
Hey Everybody, I keep getting these warnings when I compile my program: 19: warning: extra tokens at end of #ifndef directive 19: warning: missing whitespace after the macro name both apply to the same line number, which has nothing to do with the ifndef statement. I tried looking for an … | |
Re: My name is Mike and I am a: -COMPUTER GEEK (above all) -Music Geek -Reading Geek -DaniWeb Geek | |
Re: hehe...in my school the internet security was simple (that was long time ago, like 5 years). We were not allowed to use forums, look at porn, write email, and go to controversial websites, and play games. Security? Two old ladies ran around the computer lab looking over everybody's shoulder trying … | |
| |
| |
Re: Scottg1989 is a cool guy, because he likes programming ;) | |
Re: Experts exchange is good, because it seems to have answers to the questions you are looking for. However, if i need anything, I now have DaniWeb ;) | |
Re: Computer Science also includes lots of digital circutry and electrical engineering stuff. I am an undergrad right now majoring in computer science, and doing reaserch in the area of computer architecture (which is ALL digital/analog hardware). I will be graduating this spring and will be going to graduate school, where … | |
Re: I don't plan to buy anything new for Vista as of now. My 3.06 MHz hyperthreaded Pentium 4 should be able to run whatever I need. | |
Re: Just 12? Thats shame. I would think more members would live in NY. | |
Hey Everybody, Silly question, which I don't have the time to figure out myself. In Jedit (a code editor for linux), does anyone know if it includes a function browser? If yes, then how do I get to it? Thanks. | |
Hey everybody, Could somebody please provide an example for using the STL find_if for the following task. I am trying to search a vector of structs, using the following criteria: compare whether the key of the struct in the vector matches the key of another struct (instace of the same … | |
*NATIONAL COMP SCI ENQUIRER* EXCLUSIVE PHOTO: Turing machine with two heads! STARTLING EVIDENCE: LISP came from Mars? SHOCKING EXPOSE: Illegal core dumping in Lake Erie! TRUE STORY: Man inverts singular matrix and lives to tell! REVELATION: Top scientist discovers New Jersey on Karnaugh map! OS SCANDAL: Unix and Ms. Dos … | |
Hi, does anybody know how check whether the socket (ie file descriptor) is valid in C? I know it is probably possible to do it using either a read or a write command, however, what other ways are there? Thanks. | |
Hi everybody. In C running in the Unix environment, there are many ways of getting the directory listing. One I know is to use the ftw library (the way I currently implement it), the other is to pipe from the ls, also sometimes you could use dirent.h. I realize that … | |
Re: It really depends on my mood/ the kind of work I do. If it's something simple then I could tolerate the music. If it is serious, the best music for me is silence... | |
[url]http://video.google.com/videoplay?docid=-4071979454584404966&q=gym+class[/url] | |
Re: I have a bachelor degree in computer Science From SUNY Binghamton University. I am currently working on my MS/PhD. I also have a patent pending for an algorithm. | |
Re: Net neutrality is negative in my opinion. Many companies can exploit it to their advantage, which in the end would end up harming the users (duh!). If that happens, I think that we here at DaniWeb would be obligated to build our own provider which is totally neutral. Will you … | |
Re: I used to have a Nissan Sentra. Not anymore, the breaks failed and I had to get rid of it. Now I am a student without a car. It's not convinient sometimes, but I get by. | |
Put your favorite quotes here. My favorite is: "It is better to keep your mouth closed and let people think you are a fool than to open it and remove all doubt." — Mark Twain | |
Re: I suggest you start by learning a language such as C++. I would start by purchasing a good intro book (and there plenty of them out there). HTML, and CSS you can learn in parallel since their concepts are a bit different from programming (however, they are pretty easy to … | |
Here is how you play, I will start. I write one line of the program, and each next poster can add ONE more line to it. Come on all you geeks out there, lets do it! [code] int main() { } [/code] | |
| |
Re: I can't believe that it took Microsoft so long to finally realize that tabbed browsing is a must have (in fact I remember Paul Thurrott complaining about it on winsupersite). But I guess better late then never. |
The End.