Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K

115 Posted Topics

Member Avatar for samaru
Member Avatar for moderate_rock48

246 and thats in octal. btw why do programmers confuse Halloween and Christmas? it's obvious DEC 25 = OCT 31

Member Avatar for Dani
2
16K
Member Avatar for Dave Sinkula

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).

Member Avatar for shahidali6
11
10K
Member Avatar for anupam_smart
Member Avatar for tdoggrme

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 …

Member Avatar for JamesCherrill
0
7K
Member Avatar for Kiba Ookami
Member Avatar for Mrewan79
0
755
Member Avatar for MIGSoft

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 …

Member Avatar for ankurg11
0
3K
Member Avatar for Yzk
Member Avatar for OurNation
Member Avatar for Dani

Just joined today, lets see what my hyperthreaded 3.06 MHz can do....;) GO DaniWEB WOOT WOOT!!!

Member Avatar for mitrmkar
4
2K
Member Avatar for Roxsy3392

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 …

Member Avatar for jwenting
0
2K
Member Avatar for MIGSoft

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 …

Member Avatar for Leon_Alone
0
278
Member Avatar for happygeek

My name is Mike and I am a: -COMPUTER GEEK (above all) -Music Geek -Reading Geek -DaniWeb Geek

Member Avatar for Chatterbox721
0
755
Member Avatar for vegaseat
Member Avatar for nizzy1115

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 …

Member Avatar for stokes1900
0
5K
Member Avatar for OurNation
Member Avatar for iketunde
Member Avatar for The Dude
Member Avatar for Comatose
Member Avatar for >shadow<
Member Avatar for The Dude
Member Avatar for war_criminal

I Really love: -Beatles -Pink Floyd -Any Oldies -Jazz -Clasical

Member Avatar for jbennet
0
541
Member Avatar for >shadow<
Member Avatar for >shadow<
Member Avatar for nizzy1115

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 ;)

Member Avatar for RwCC
1
823
Member Avatar for jvalentin

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 …

Member Avatar for sit_lawrence
2
480
Member Avatar for Ammalgam

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.

Member Avatar for jbennet
0
550
Member Avatar for Dani
Member Avatar for Qwazil
0
1K
Member Avatar for MIGSoft

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.

Member Avatar for John A
0
115
Member Avatar for Kiba Ookami
Member Avatar for MIGSoft

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 …

Member Avatar for vijayan121
0
181
Member Avatar for MIGSoft

*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 …

Member Avatar for omesa
0
152
Member Avatar for MIGSoft

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.

Member Avatar for WolfPack
0
139
Member Avatar for MIGSoft

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 …

Member Avatar for ~s.o.s~
0
151
Member Avatar for The Dude
Member Avatar for emkie
Member Avatar for Danny

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...

Member Avatar for mattyd
0
427
Member Avatar for MIGSoft

[url]http://video.google.com/videoplay?docid=-4071979454584404966&q=gym+class[/url]

Member Avatar for mattyd
0
54
Member Avatar for Rashakil Fol
Member Avatar for bluedos82

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.

Member Avatar for MIGSoft
0
576
Member Avatar for MIGSoft
Member Avatar for nizzy1115

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 …

Member Avatar for The Geeky Kid
0
622
Member Avatar for MIGSoft
Member Avatar for nizzy1115

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.

Member Avatar for hollystyles
0
564
Member Avatar for MIGSoft

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

Member Avatar for carolraydon
0
656
Member Avatar for php111

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 …

Member Avatar for GriffIT34
0
152
Member Avatar for MIGSoft

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]

Member Avatar for hollystyles
0
135
Member Avatar for MIGSoft
Member Avatar for >shadow<
Member Avatar for roryt
Re: Ie7

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.

Member Avatar for YoungNation
0
213

The End.