User: BlueTea

  • Public profile

User profile: BlueTea

User info
User name:BlueTea
History
Joined:
Number of posts:14
Latest posts:

Function overloading. Help..
This code won't compile unless I gave the last two functions (which take char strings) different nam...

My final exam is two hours away, please help..
Thank you so much!. Exam's in 45 minutes, wish me luck!!.. Object oriented next semester hehehe.

My final exam is two hours away, please help..
[code]#include<iostream> using namespace std; char* int2str(int a) { char *s= new char[100]; int i...

My final exam is two hours away, please help..
[code]#include<iostream> using namespace std; char* int2str(int a) { int i=0; char s[100]; ...

Palindrome Array checker + Functions
After looking at recursion examples, We weren't taught to use it, and questions are usually given to...

This user does not accept Private Messages