Forum: C++ Jun 20th, 2005 |
| Replies: 3 Views: 10,755 I found some really useful interactive documentation here:
http://www.dre.vanderbilt.edu/Doxygen/Current/html/ace/
It's Doxygen driven and completely interactive, if you need a good way to look... |
Forum: C++ Jun 10th, 2005 |
| Replies: 12 Views: 3,617 Hey Scott,
I ran across this in another forum...maybe this is another approach you can take?
http://www.daniweb.com/code/snippet10.html
It is similar, I believe, to what you are trying to do. |
Forum: C++ Jun 3rd, 2005 |
| Replies: 3 Views: 10,755 Hi everyone,
Just wondering if anyone is interesting in starting a new forum for using ACE? I am new to both ACE and network programming using C++.
Thanks!
ej |
Forum: C++ Jun 3rd, 2005 |
| Replies: 12 Views: 3,617 I think it should work fine, but am interested in what Dave thinks. :?: His function suggestion might be more useful. In a few C# programs I wrote, I have used a variation of the switch case to... |
Forum: C++ Jun 3rd, 2005 |
| Replies: 12 Views: 3,617 Hi Scott,
You have the logic down, but goto, in an expanded form, becomes unmanageable and you end up with many lines of code that are not necessary. Why don't you try to set a variable (for the... |