CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ExtremeCodeMan

Search: Search took 0.04 seconds.

  1. PHP Re: Error for Wordpress Theme (phpMyAdmin)

    Well... It isn't exactly giving me hope that this is something easily solved that a number of people have read this but have not been able to respond. If anyone is willing to reply, does this look...
  2. PHP Error for Wordpress Theme (phpMyAdmin)

    Hello, I am attempting to work on some code for Wordpress (from a custom theme), and it is giving me an error:



    Here is the code that is giving the error:


    function true_load_posts(){
    ...
  3. Replies
    5
    Views
    724

    Re: Search for closest available date!

    Hey brother! Thank you so much for pointing all of that out to me! Like I said - I seriously need to catch up with the latest C++ (C++11 and C++14 - and soon C++17 from what I understand). I've...
  4. Replies
    5
    Views
    724

    Re: Search for closest available date!

    Update: it looks like I figured it out (at least working). If any of you have any suggestions on how to improve it - I am ALL ears though. Here is the updated function (that seems to be working THUS...
  5. Replies
    5
    Views
    724

    Re: Search for closest available date!

    Okay great, I just tested the function with more options:



    deque<date> DateContainer;

    date NewDate1 ( 2016, Oct, 3 );
    date NewDate2 ( 2016, Oct, 8 );
    date NewDate3 ( 2016, Oct,...
  6. Replies
    5
    Views
    724

    Search for closest available date!

    Hey everyone, I have been working on some code for about an hour and it has me extremely agitated at myself. It seems to insanely simple, but I just can't sort it out. I've been sick for the past...
  7. Replies
    2
    Views
    10,748

    Re: Websockets, ASP.NET, and C++

    After thinking it over, I definitely feel making the binaries into Dll's and loading them into the ASP.NET bit would be the best way to go about this.

    But if anyone has any sort of recommendations...
  8. Replies
    2
    Views
    10,748

    Websockets, ASP.NET, and C++

    Hey everyone, its been forever since I've been on here. I lost access to my email and wasn't ever able to get it back until I found the password saved in a text file in one of my old externals!
    ...
Results 1 to 8 of 9





Click Here to Expand Forum to Full Width

Featured