Search:

Type: Posts; User: Sephiroth1109

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    4,764

    I need to create my own. I already know about the...

    I need to create my own. I already know about the standard one. By the way, I looked up the linker error and some website told me to make a new project in visual C++ as a win32 dynamic linked...
  2. Replies
    15
    Views
    4,764

    well thinking in the future is kind of pointless...

    well thinking in the future is kind of pointless in this program, but I can see what you're saying. I was just trying to make it similar to my java version.
  3. Replies
    15
    Views
    4,764

    actually, I never really made one. With the java...

    actually, I never really made one. With the java one I needed to, but I didn't bother for this one. Hopefully I don't think I need it, but yeah, that's exactly how it would look.

    Oh I looked up...
  4. Replies
    15
    Views
    4,764

    Well I tried the code for the header file and I...

    Well I tried the code for the header file and I got zero compiler errors for the project but I got two runtime errors which are as follows.

    LIBCD.lib(crt0.obj) : error LNK2001: unresolved external...
  5. Replies
    15
    Views
    4,764

    I figured out everything now, thanks guys. Just...

    I figured out everything now, thanks guys. Just editing so no one can copy my hard work.
  6. Replies
    15
    Views
    4,764

    Thanks for the input. I've been going through my...

    Thanks for the input. I've been going through my code and trying to make the changes you mentioned. I have a few questions and they are as follows

    1. when I call getReal() const; and...
  7. Replies
    15
    Views
    4,764

    Complex Number Class

    Thanks again guys
  8. Replies
    15
    Views
    8,356

    There is no other error then this build error. I...

    There is no other error then this build error. I just figured since the build error drops it in that make file that there was something there. And I really have told you all that I know, and I've...
  9. Replies
    15
    Views
    8,356

    well if you really want to know, I attend NJIT....

    well if you really want to know, I attend NJIT. The prerequisites for this course were CS 113 and CS 114. Both were JAVA classes. Our professor likes to give us projects using different languages....
  10. Replies
    15
    Views
    8,356

    whether it is c99 or 89 doesn't matter. The...

    whether it is c99 or 89 doesn't matter. The supplied code I gave above in my first post was the professors code and his needs c99. Not to mention in class he writes c programs occasionally, but...
  11. Replies
    15
    Views
    8,356

    Hello everyone, I've been working very hard on...

    Hello everyone, I've been working very hard on this heapsort assignment with my classmates and we've had a lot of difficulties how to keep track of the generic void pointers. I'm going to show you my...
  12. Replies
    15
    Views
    8,356

    Thank you for your help. I think I have an idea...

    Thank you for your help. I think I have an idea of what to do now. I've done this in java before, now it's just a matter of figuring out C syntax. I was planning to learn C on my own anyway, but I...
  13. Replies
    15
    Views
    8,356

    That's the whole problem I'm having. I'm not even...

    That's the whole problem I'm having. I'm not even sure where to begin exactly. As I said before I've never used C before. The sorting algorithm itself I am pretty familiar with. Perhaps you could...
  14. Replies
    15
    Views
    8,356

    Generic heapsort

    hello, my professor has assigned a generic heapsort in C as a project. I have never programmed in C before and I'm not even sure where to begin. I know that he says that void pointers must be used in...
Results 1 to 14 of 14