Help with functions returning values[quote] Correct me if I'm wrong, but I don't NEED a default: statement in order for the switch to wo...
Need Guidance I would strongly suggest working with String format (that is in your assignment too), your life woul...
Pointer Newbie Question[code] int *pointer; pointer = &x; [/code] or [code] int *pointer = &x; [/code] You get an er...
code for finding number of accurrences in arraysYou can simply iterate through an array and have a counter. Add 1 every time you find a value that y...
'defining object' redeclared as different kind of symbol[quote] What is wrong with line 24? It looks perfectly fine to me - read it again, it says sqrt not ...
This user does not accept Private Messages