Search:

Type: Posts; User: Masterx

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. How can I embed the protobuf generated class implementation into my library?

    Hello everyone, hope you are all having a great time.

    I created a config file using protobuf and generated the corresponding header and implementation file. I added them both to my library and it...
  2. Replies
    1
    Views
    4,865

    Hi, Just pick a framework that you like such as...

    Hi, Just pick a framework that you like such as Tensorflow or Pytorch, and read the documentation.
    I recommend Pytorch (libtorch in C++) as the API closely resembles that of the Pythons and it's a...
  3. Thanks a lot really appreciateit. yes the myobj...

    Thanks a lot really appreciateit. yes the myobj outlives the detached thread as the user needs to have it to be able to end the `MyMethod()` thats run in a child thread.
    Also I found a very...
  4. Whats the proper way of creating an async method ?

    Hello everyone, hope you are having a great day.
    I want to make one of my blocking methods into a non-blocking one. i.e making it asynchronous if you will.
    If I simply do something like

    ...
  5. ........

    ........
  6. Replies
    6
    Views
    10,359

    The sole reason for such mind bugling errors is...

    The sole reason for such mind bugling errors is the existence of several visual studio installations on the system, (I had 2010, 2012 and lately 2013!)
    And to solve that just read this post form...
  7. Replies
    6
    Views
    10,359

    The whole project is attached, there are lots of...

    The whole project is attached, there are lots of files for gui parts, and most of the errors belong to headers themselves not codes!
    for the time being this is the main part :


    Header files

    ...
  8. Replies
    6
    Views
    10,359

    Ok, now i know a driver cant be developed using...

    Ok, now i know a driver cant be developed using visual studio 2010 unless it is configured with some sort of damning efforts!
    But still i cant get it why the windows one cant be compiled!!! it sure...
  9. Replies
    6
    Views
    10,359

    My apologies , I tried it several times to attach...

    My apologies , I tried it several times to attach it here, for no specific reason, it kept failing! That made me upload it on an uploading site.
    any way here it is in a zip file.
    The solution...
  10. Replies
    6
    Views
    10,359

    need help on compiling a windwos project!

    Hello all
    I am trying to compile this project :
    Detecting-Windows-NT-2K-process-execution#xx211519xx ,using visual studio 2010.I have SKD and WDK already installed, i have also set the additional...
  11. Yes. by the way , it seems it doesnt give me the...

    Yes.
    by the way , it seems it doesnt give me the process names! only the windows titles right? how can i get the process names and get notified before they are executed so that if they are not in my...
  12. Thanks for the reply, but setting break points...

    Thanks for the reply, but setting break points doesnt help! i tried setting couple of break points to check the values but it just doesnt get stopped! dont know why! maybe its because of being a...
  13. CBT_CREATEWND lpcs->lpszName has invalid name?

    Hello all
    i tried to create a system wide hook (CBT) so that i can monitor processes and system events. in the very beginning i am stuck!
    I cant get the name of the process! i dont know why i am...
  14. Ok Thanks to God its solved and here is the final...

    Ok Thanks to God its solved and here is the final code which runs just fine on UTF-8 contents such as farsi :)


    #include "stdafx.h"
    #include <iostream>
    #include <regex>
    #include <fstream>...
  15. Help on getting wreges to work properly with Unicode strings

    Hello all.
    I am trying to read the contents of a file and create a Monogram list out of it .
    For Ascii based and non-Unicode strings its fine. But for Unicode based string the there are couple of...
  16. thanks alot Elysia :) But i did so, It seems...

    thanks alot Elysia :) But i did so, It seems forum is not accepting new lines! I tried to edit it two times but no luck , Don't know why it didnt work that way!
  17. Today was my first day on teaching ! There are 4...

    Today was my first day on teaching ! There are 4 girls aging from 14 to 15 years old which seem to be complete novices on programming ! They thought the Dos based programming language like C++ !!! is...
  18. Thats a 40 or 50 hours class and thats what makes...

    Thats a 40 or 50 hours class and thats what makes it difficult for me since i really like to tell them every thing i know , tell them about the new standard , the easy way of doing things and i...
  19. Do you know some online tutorials with good examples on different C++ aspects?

    I will be teaching some novice students C++ programming , and this is my first time trying to teach C++!
    I need some good examples that i can give the students so that they can comprehend and also...
  20. Replies
    31
    Views
    4,187

    ok , after some more readings and messing with...

    ok , after some more readings and messing with classes and testing stuff in different ways and scenarios im glad to say that all my former answers to my former questions are wrong :D , and there are...
  21. Replies
    31
    Views
    4,187

    thank you guys . i read this page and after...

    thank you guys . i read this page and after trying it out , if i face any further problem , i'll post back :)
    (MK27 thank you again :) )
  22. Replies
    31
    Views
    4,187

    i modified the previous example , but i dont...

    i modified the previous example , but i dont know why it gets locked!


    #define BOOST_THREAD_USE_LIB
    #include <iostream>
    #include <boost/thread.hpp>
    #include <vector>
    using namespace std;
    ...
  23. Replies
    31
    Views
    4,187

    i saw an example demonstrating such behavior :...

    i saw an example demonstrating such behavior : here it is :

    #include <boost/thread.hpp>
    #include <iostream>
    #include <vector>
    #include <cstdlib>
    #include <ctime>

    boost::mutex mutex;...
  24. Replies
    31
    Views
    4,187

    great , thanks everyone , specially you mk27,...

    great , thanks everyone , specially you mk27, that post of yours really helped me get my thoughts straight and organized again :)
    (by the way , i now know that boost has a future feature which can...
  25. Replies
    31
    Views
    4,187

    thank you Soma , i really appreciate that . so...

    thank you Soma , i really appreciate that .
    so i'll be reading C++ Concurrency in Action Practical Multithreading suggested by one the boost community members .
    hope that book get me going :)
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4