Forum: C++ May 7th, 2005 |
| Replies: 26 Views: 5,353 It's just a fundamental mistake to lump them together. They are not the same programming language. What you're effectively doing when you say "C/C++" is promulgating a misnomer.
On a forum that... |
Forum: C Oct 15th, 2004 |
| Replies: 12 Views: 8,505 I'd love to help but could you please be more informative? What do you mean by "I can't get anything to work"? How many passes of quicksort do you do before you do insertion sort?
data := "5 2... |
Forum: *nix Software Nov 5th, 2003 |
| Replies: 10 Views: 9,546 |
Forum: Window and Desktop Managers Oct 6th, 2003 |
| Replies: 13 Views: 35,824 I'm not sure I understand why things randomly happen.... The XF86Config(-4) file is only run when you start an X-server. I don't believe changes in the file will occur until you start/reboot an... |
Forum: C++ Aug 23rd, 2003 |
| Replies: 7 Views: 21,192 My first guess is you're using Visual C++ :) It compiles fine with g++, maybe try:
struct process
{
int pid; // process id
char* file_name; // file name of the process to be run
int cpu_time;... |