Forum: C++ Mar 31st, 2005 |
| Replies: 7 Views: 2,577 yeah probably, so any suggestions on my program? |
Forum: C++ Mar 31st, 2005 |
| Replies: 7 Views: 2,577 i thought it did anyway
and my professor told us to use void main() instead of int main() |
Forum: C++ Mar 31st, 2005 |
| Replies: 7 Views: 2,577 well it needs to be made in a combination of C and c++ really, and i dont know that much about C.
void main()
{
cout << "Enter a sentence to be converted to pig latin";
char... |
Forum: C++ Mar 31st, 2005 |
| Replies: 7 Views: 2,577 Hi, i just started c++ programming in college this semester, and i have a project that i have no idea how to do. Im sure it will be extremely simple to all of you experts, but i just cant think of a... |