Forum: C++ Jul 31st, 2007 |
| Replies: 10 Views: 895 |
Forum: DaniWeb Community Feedback Jul 31st, 2007 |
| Replies: 96 Views: 5,173 Re: Reputation in the Coffee House hey infarction...
Definition: In medicine, an infarction is the process resulting in a macroscopic area of necrotic tissue in some organ caused by loss of adequate blood supply. Supplying arteries... |
Forum: C++ Jul 31st, 2007 |
| Replies: 10 Views: 895 Re: array/funtion problem, please help omg what school you going to?
inString would be a varible that you would declare somewhere b4 you use it in the:
cin>> inString //statement
i.e.
string inString; //Now memory is... |
Forum: C++ Jul 30th, 2007 |
| Replies: 10 Views: 895 |
Forum: C++ Jul 30th, 2007 |
| Replies: 10 Views: 895 |
Forum: DaniWeb Community Feedback Jul 30th, 2007 |
| Replies: 96 Views: 5,173 |
Forum: DaniWeb Community Feedback Jul 30th, 2007 |
| Replies: 96 Views: 5,173 |
Forum: Techies' Lounge Jul 27th, 2007 |
| Replies: 30 Views: 3,528 |
Forum: Techies' Lounge Jul 27th, 2007 |
| Replies: 8 Views: 1,331 Re: slow boot laptop REGISTRY EDITING IS NOT NECESSARY JUST DELETE FILES, DISK CLEANUP AND DEFRAG ARE NECESSARY.. THAT WILL GREATLY IMPROVE PERFORMANCE... |
Forum: Techies' Lounge Jul 27th, 2007 |
| Replies: 3 Views: 287 Re: dead computer Don't know, sounds like a bad virus... Looks like a re-format C: will be needed.... Sucks... |
Forum: Techies' Lounge Jul 23rd, 2007 |
| Replies: 11 Views: 982 Re: Future of "C" I am leaning toward taking my advanced programming class in C#... although once you learn one transitioning to another high level language is not too difficult, so I've heard... |
Forum: C++ Jul 21st, 2007 |
| Replies: 47 Views: 4,907 |
Forum: C++ Jul 21st, 2007 |
| Replies: 30 Views: 3,027 Re: Chess Program To my knowledge char only stores one value i.e. 'e'... So how are you going to store a string in a char??? looks like you need => string board[8][8]??? |
Forum: Networking Hardware Configuration Jul 20th, 2007 |
| Replies: 3 Views: 416 |
Forum: Windows Software Jul 20th, 2007 |
| Replies: 12 Views: 1,515 |
Forum: Windows Vista Jul 20th, 2007 |
| Replies: 11 Views: 6,308 Re: Mouse problems Have you tried going to logitech and checking if they have an updated driver for the G7??? |
Forum: Windows Vista Jul 20th, 2007 |
| Replies: 11 Views: 6,308 Re: Mouse problems I built my own system recently too, with windows vista... and I have no problems, why not? Because I use wired mice! More responsive!! No connection probs!! just get a wired mouse :D |
Forum: Techies' Lounge Jul 19th, 2007 |
| Replies: 3 Views: 1,690 |
Forum: Techies' Lounge Jul 18th, 2007 |
| Replies: 3 Views: 1,690 C++ Recursion: Sum Array Hello all,
I am trying to finish an assignment in my programming class and I can't seem to get this compilation to work... For some strange reason the program will not sum the elements in the... |