User profile: jdeep

User info
User name:jdeep
History
Joined:
Number of posts:12
Latest posts:

My code keeps crashing one line needs to be fixed
My code keeps crashing can someone fix it, it is from line 116. I put multiple asterisks where the p...

Pointers program
this is what i got but i need two for loops #include <iostream> using namespace std; int main()...

Pointers program
Write a very simple program that uses two for loops and ONLY pointers and pointer arithmetic (NO oth...

I cannot figure out why my program isnt working
// Names #include <iostream> #include <string> using namespace std; void getNames (string list[]...

Temp Converter
// Temperature Converter #include <iostream> #include <cmath> using namespace std; #define COLUMN_...