Forum Discussion
Altera_Forum
Honored Contributor
20 years agoProblems with the header <iostream.h>
Hello, I need help with the inclusion of the header file <iostream.h> because I've a following problem: My application has two Include Paths Containers in the directories: C:\altera\kits\n...
Altera_Forum
Honored Contributor
20 years agoPart of your issue, perhaps your whole problem, is that your filename has a .c extension. C++ code should have a .cpp extension, right?
Cheers, - slacker