Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #27.9K
2 Posted Topics
Gentlefolk, Using C# in VS 2005. I have a struct (some components deleted for simplicity) : [code] public struct CoOrdData { public int[] coOrdMaxArray; // = new int[3]; // XYZ co-ord maximum .. .. } [/code] This is used in the following objects: [code] public CoOrdData GraphData = new CoOrdData(); … | |
Gentlefolk, Totally new to the world of C C++, compilers and linkers. I am attempting to compile and build some demonstration application code which access BlueTooth devices. Have all the .C, .H files, also a .lib. Using the LCC c ide-compiler-linker, etc on Windows-32 Compile one module - no errors. … |
The End.