Forum: C 21 Days Ago |
| Replies: 5 Views: 271 you have to figure out that nArray is local to the main method.
you can't access nArray inside you're bisearch method. So that is the
problem.
Looks like you new to C++ , I suggest you to read a... |
Forum: C Oct 5th, 2009 |
| Replies: 2 Views: 427 hi all,
I write this program under the C++ not C. But I heaively used the
malloc() and free() functions in my code.
In brief what my code does is just allocate memory for NFA transition... |
Forum: C Oct 5th, 2009 |
| Replies: 1 Views: 163 If you looking for the info on game programming more precisely you
can ask this on game programming.
And generally in C , we take generally graphics ( nt game programming) ,
are you done a... |
Forum: C Sep 4th, 2009 |
| Replies: 7 Views: 452 may be __WIN32__ is what you originally mean , see isn't this is a typo ?Normally preprocessor macros that are used by the compiler
or linker internally does start with _ or __ . |
Forum: C Sep 4th, 2009 |
| Replies: 7 Views: 452 idea: you can use the -E option to tell the compiler to just preprocess only.
Edit: in vs use the /E to preprocess to the stdout then use the '>' to write it to a file. |
Forum: C Sep 4th, 2009 |
| Replies: 2 Views: 321 In the docs wxString just returns wxChar& and you compare it using the == operator. I'm not in linux now , see the helder or the docs of
wxChar and see whether it have a == operator or not, I'm... |
Forum: C Mar 30th, 2009 |
| Replies: 6 Views: 17,736 anyway sorry about giving you a lazy idea !
no if you doing this as a assignment then write it your own. if not
your in a somepart of a big project then go ahead and use it.
The circle is... |
Forum: C Mar 30th, 2009 |
| Replies: 6 Views: 17,736 True , that site contains much more to know about file types.
and their healders. But I'm too lazy to write the helder parsing and
data extraction framework. Instead of writing it groud up what I... |