Search:

Type: Posts; User: mrJTparadise

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    12,917

    It was in fact the https and the content was in...

    It was in fact the https and the content was in fact of not the correct syntax also. I currently have it behaving the way I want it to, for now.
  2. Replies
    6
    Views
    12,917

    Thank you for the advice on CURLOPT_VERBOSE - It...

    Thank you for the advice on CURLOPT_VERBOSE - It gave me some information that may help me in my next step.

    I changed my code a bit. Instead of sending the READDATA an allocated buffer directly,...
  3. Replies
    6
    Views
    12,917

    Thank you for the reply, I will take it into...

    Thank you for the reply, I will take it into considering. I will probably work on it tomorrow some more.

    Other than that, do you know if my process is correct? Reason I am asking, normal people...
  4. Replies
    6
    Views
    12,917

    libcURL PUT Request

    Hi all,

    I am attempting to send a PUT request to an API I have been working with.

    As of now, I am able to simply manipulate the API (add content to a list, manipulate devices, etc) using...
  5. Replies
    4
    Views
    840

    - All of these functions are in separate files. ...

    - All of these functions are in separate files. When making a function purely virtual, you must include the implementation of the function in the class that is deriving the abstract class.



    -...
  6. Replies
    4
    Views
    840

    Parameter Passing

    Hello Everyone,

    I couldn't whip up a reasonable title for this post, so I just used the most broad title.

    Currently, I am writing a class for a singly linked list, which by all means, is pretty...
  7. Replies
    3
    Views
    2,587

    So what you are saying is there is a syntax?

    So what you are saying is there is a syntax?
  8. Replies
    3
    Views
    2,587

    C++ Code : Unix vs Windows

    Hi everyone,

    After skimming through a few pages that the search option threw at me, I wasn't quite sure if this question has been answered or not.

    I am taking my final programming class in...
  9. Replies
    4
    Views
    1,552

    *facepalm* I owe you. I now remember why...

    *facepalm*

    I owe you. I now remember why vectors yell at you when you try to treat them like arrays. oogabooga thanks!
  10. Replies
    4
    Views
    1,552

    recursive use

    That did the trick exactly. Thanks.

    Now that I figured that wasn't my problem, I've come to it and it has to do with this recursive function I wrote. Imagine two grids, filled with 0s and 1s,...
  11. Replies
    4
    Views
    1,552

    vectors and the resize function

    Hi everyone,

    I am having a problem creating vectors of the correct size.

    What I am doing is, reading from a file. From this file, the first 2 ints specify rows and columns of a row x col...
  12. Replies
    6
    Views
    13,451

    Thanks for the assist to both of you. After about...

    Thanks for the assist to both of you. After about an hour or so I got a solution. Still tweaking it and such, but will post solution if anyone is interested.
  13. Replies
    6
    Views
    13,451

    VirtualAce, I've already read those algorithms,...

    VirtualAce, I've already read those algorithms, and I understand them, just turning them into code is the part I'm puzzled on.

    manasij7479, you are talking about the right-hand rule? The right...
  14. Replies
    6
    Views
    13,451

    Maze Solving algorithm

    Hi guys,

    I'm a newly registered member and liked to say hello.

    I've been stumped on how to recursively solve this simple maze problem. I've been doing alot of reading on different types of...
Results 1 to 14 of 14