
please wait
by chadder06
Compiler trouble
|
I had a lot of trouble trying to resolve a compiler error. I narrowed it down to one line of code: #include "../include/myFile.h" The problem is in UI.cp... |
Jan 18, 2008 at 12:38am
[1 reply] : hi are u using C++? and UI.cpp is the name of ur program? actualy i... (by kia)
|
by jestevam
Could someone help me optimize some very redundent code?
|
I know there's a much better way to write it, but I'm just getting back into programming with C++ I know about the while() loop, but I always mess it up. ... |
Jan 17, 2008 at 11:35pm
[3 replies] Last: hi please could u befor or after sending u code just explain what is ... (by kia)
|
by reilar
Array of char
|
Hi, I'm trying to understand the difference between the following two declarations: 1. char myStr = "text"; and 2. char* myStr = "text"; Code exam... |
Jan 17, 2008 at 9:17pm
[8 replies] Last: Yes Martin, that did the trick. Thanks again for your input. After fid... (by reilar)
|
by Lim Ming Hao
hi ,need your help
|
I not fully understand what is function and array. How to use both them. I also wants to ask having a website for doing C++ exercise or not? Can any one help... |
Jan 17, 2008 at 12:28pm
[2 replies] Last: you can say that the int main() is a function, an example could be: ... (by chimera)
|