User profile: vin

User info
User name:vin
History
Joined:
Number of posts:170
Latest posts:

Code Problem
[code] ... for (int i=0; i<length; i++){ if (*(temp+i) == '('){// look for (, and insert into arr...

c++ programming
Please post some lines from the csv file so we can see what values are used for action etc.

Mach-O Linker Error Help
These two files aren't a program. Just a class definition and it's implementation. You need to crea...

.csv file with searching
Move your typedef of csvVector to action.h because Queries class doesn't know what a csvVector is. A...

Program not working
Plenty wrong with inEnglish() but first thing you should fix is the return in line 79. Since it is n...