Search:

Type: Posts; User: Vana Papi

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,656

    Beej's guide and examples use C, but I aim to...

    Beej's guide and examples use C, but I aim to write c++.

    Are there alternative functions(except printf, which I can edit out in the first post).
  2. Replies
    2
    Views
    2,656

    InetNtop undeclared identifier

    Hi,
    I'm trying to launch the code from Beej's "Guide to Network Programming".
    I tried to google, but I didn't find a solution. Other people were able to fix SIMILAR problems with adding some...
  3. C++ excercise with linked lists not working properly, code getting complicated

    Hi, it was kinda hard to title this thread, but here is the thing, I'm currently doing the excercise "Graduation". I'm currently at 4th *. Didn't bother to mark juvenile bunnies and marked vampires...
  4. I meant a hotkey, like HotKeySet in AutoIt ...

    I meant a hotkey, like HotKeySet in AutoIt


    But MS Visual Studio has the most potential of having those non-standard functions and librarys?(In case I need to use non-standard in future)


    ...
  5. Is there a way to make program respond to certain input at any point of the program?

    I have an exercise, where I have to have a possibility to initiate a mass rabbit cull(program itself basically produces structs of bunny information).

    It was long time ago, but I remember that...
  6. Replies
    7
    Views
    1,496

    I'm a beginner myself, started off with this...

    I'm a beginner myself, started off with this tutorial: C++ Language Tutorial - C++ Documentation . Basics are well explained(I don't know how advanced code are you writing at the moment). And some...
  7. Replies
    12
    Views
    1,187

    My idea was that it begins from the first link,...

    My idea was that it begins from the first link, and then picks the first link which isn't vampire. If it reaches the end, it means that it didn't found any link which isn't a vampire and that...
  8. Replies
    12
    Views
    1,187

    Wow, increasing the array worked, you're...

    Wow, increasing the array worked, you're amazing!(doing the step twice was intentional)Wasn't about the linked lists after all....
    Thx for the quick replies.

    Now, I've got another problem which...
  9. Replies
    12
    Views
    1,187

    I'll try it out. :) Edit: Didn't work :( (edited...

    I'll try it out. :)
    Edit: Didn't work :( (edited the code in the first post). Kinda forgot that you only have to seed once, thank you for reminding it. :)

    The problem seems to be between the...
  10. Replies
    12
    Views
    1,187

    Sorry for the mess, I didn't post the actual code...

    Sorry for the mess, I didn't post the actual code whats causing the problem(edited the first post), the second code is the exception that visual studio shows me(figured it might help).

    But the...
  11. Replies
    12
    Views
    1,187

    Linked list problem.

    Hi, I'm trying to do the last excercise of c++ beginner exercises.
    I'm getting


    Unhandled exception at 0x774a15de (ntdll.dll) in Graduation.exe: 0xC0000005: Access violation writing location...
Results 1 to 11 of 11