Forum: C++ Jun 28th, 2005 |
| Replies: 4 Views: 3,158 I think you're talking about .net there. It seems toibe part of the root project or something.
This Reference (http://hep.phy.uct.ac.za/documentation/ROOT/v3-10-02/htmldoc/src/TCanvas.cxx.html)... |
Forum: Social Media and Online Communities Jun 28th, 2005 |
| Replies: 7 Views: 4,230 There's always the "if"... sigh. |
Forum: C++ Jun 28th, 2005 |
| Replies: 6 Views: 6,338 Umm you haven't called them in main? Or was there more to this? |
Forum: C++ Jun 28th, 2005 |
| Replies: 4 Views: 3,158 Underline a string? You mean in Visual C++, C++.net, GTK or something surely? C++ itself doesn't do underline... it's just ascii based. |
Forum: C++ Jun 28th, 2005 |
| Replies: 5 Views: 2,044 Glad to hear you got it sorted. I was just thinking that it sounds like the linker can't see the file... i.e. wrong directory. |
Forum: C++ Jun 28th, 2005 |
| Replies: 4 Views: 4,266 I hope you need this for a good reason... it's not the most efficient way of doing things, or the easiest code from someone else to then understand. In the long run I think you're better off not... |
Forum: C++ Jun 27th, 2005 |
| Replies: 4 Views: 4,266 You basically want a print struct function? (That works for any struct)
Sounds like you don't want a struct at all but rather a class. Or rather a set of classes that all inherit from a base class... |
Forum: C++ Jun 27th, 2005 |
| Replies: 5 Views: 2,044 You may need to include the line:
using namespace std;
In the .h file after the includes statements. Can't remember the reason for it other than a change to the language a few years back. At... |
Forum: C++ Jun 27th, 2005 |
| Replies: 5 Views: 2,584 definitly homework then - lol |
Forum: C Jun 27th, 2005 |
| Replies: 4 Views: 1,873 Don't ignore this advice. The sytax bugs are easy to fix as they usually stop it compiling. The Symantic bugs like this (you are comparing if two memory addresses are equal rather than if the strings... |
Forum: C Jun 27th, 2005 |
| Replies: 9 Views: 3,175 Ah... you don't have the code for the final check yet in there either.
Doing it should be easy... doing it well on the other hand is an entirely different story.
Here's my idea... I haven't... |
Forum: C Jun 27th, 2005 |
| Replies: 9 Views: 3,175 Yip. That last post was right. At the very top of your file add:
void checkConflicts(char *startGrid[]);
And magic should happen and everything works. |
Forum: Community Introductions Jun 27th, 2005 |
| Replies: 317 Views: 129,434 Name: Andre Oboler
Nickname: -
Height: Umm... I really should find out!
Weight: Need to lose a bit :/ Doc suggested cutting down on the Pizza in take - ah well, we'll see if that works.
Hair:... |