My name is Arillious. I am new to programming and have been learning the C++ syntax for about a year now. Eclipse is my first experience with extensive use of an IDE... its like learning a syntax all over again. however, I've been following others trial and tribulations finding some success here and there. I've written some code, the ever so simple hello world because I want to see the compiler in action.
Before I continue here is some info about my setup:
E:\cygwind64 //Location of my cigwin installation.
E:\Eclipse //Location of my Eclipse installation.
Here is my issue that has been covered before, but I'm having a hard time following the fix or solutions:
src/Window.d:1: *** multiple target patterns. Stop.
the best solutions I've found are here:
Very simple application fails with "multiple target patterns" from Eclipse
but i don't know how to get any of the suggestions to work as I've have tried them I'm at my whits end.
thank you if you have the time and patience.
Arillious