Search:

Type: Posts; User: subdene

Page 1 of 15 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    3,872

    I have bought them a phone. But the person living...

    I have bought them a phone. But the person living with her keeps taking the sim card out and putting theirs in. I've bought another phone for her again, because they dismantled the other one which I...
  2. Replies
    3
    Views
    3,872

    Supergluing sim card and battery

    Hello,

    I have a family member who keeps using a phone I bought for someone else, and they keep taking the other persons sim card out and putting theirs in. Last week I superglued in the sim card,...
  3. Replies
    8
    Views
    6,895

    Just to let you guys/girls know. I've been...

    Just to let you guys/girls know. I've been listening to a brilliant podcast called "Linix Unplugged"

    http://feeds.feedburner.com/linuxunplugged
  4. Replies
    8
    Views
    6,895

    Definitely the first group. I want to learn. I...

    Definitely the first group. I want to learn. I really want to transition into cyber security/analyst. And I think understanding the the internal workings of Linux and/or UNIX will be beneficial. I...
  5. Replies
    8
    Views
    6,895

    Hello thank you for your reply, I thought edited...

    Hello thank you for your reply, I thought edited the first item quoted. I was mainly inferring that the FreeBSD has items in common with Linux yet other parts completely different.

    I am fairly...
  6. Replies
    8
    Views
    6,895

    Best UNIX/Linux OS for technical learning

    Hi all,

    I have : Asus X205TA Intel Quad Core Atom Z3735F 2GB 32GB SSD 11.6 inch Laptop. And I was think of putting FreeBSD on it as my main OS to really immerse myself into Linux. I've been a user...
  7. I am currently looking into using a multi_index...

    I am currently looking into using a multi_index conatiner:



    #include <boost/multi_index_container.hpp>
    #include <boost/multi_index/ordered_index.hpp>
    #include <boost/multi_index/member.hpp>...
  8. Sorting Vector of string from another vector of strings

    Hello,

    I am having a bit of brain freeze today and cannot figure out the best way to implement this using the STL algorithms. I have these two vectors



    vector<string> valuesToSort = {"aa",...
  9. Hosting a C# user control Hwnd within an ATL control

    Background:
    Compiler: MSDEV10
    Projects 64BIT
    Target: WIN7/8
    Language: C++
    Fameworks: ATL

    I have an existing code base which is all ATL which needs to use a third party C# Assembly component ....
  10. Template metaprogramming - pre-procressing resource.h

    Hi,

    I was just wondering if it would be theoretically possible to use Template metaprogramming to process the resource.h file, and create a map of resource string to their numberic ID's. For...
  11. Replies
    1
    Views
    1,146

    boost - mutli index container

    Hello,

    Would anyone know why this compiles with the following error message:





    typedef multi_index_container<
    shared_ptr<CustomItem>,
  12. Thats looks pefect. Thank you so much!

    Thats looks pefect. Thank you so much!
  13. No more than 10 concurrent connections to a remote computer - Simulator

    Hi,

    Windows XP Pro has a limit of 10 simultaneous connections for a file share on network. I have been googling this for a while, but does anyone know of a tool that will simulate up to 10...
  14. Hi Adeyblue, Thanks for your reply and...

    Hi Adeyblue,

    Thanks for your reply and apologies for not getting back sooner. I tried what you suggested, and it works now getting an S_OK.

    However, when the proxy needs credentials, it doesn't...
  15. MSXML2 - IXMLHttpRequest send request with basic auth proxy.

    Hi All,

    Hopefully someone will have a solution to this.

    Background:

    I am currently sending a standard SOAP based message to a .asmx web service to retrieve a token. This service uses basic...
  16. Replies
    1
    Views
    1,083

    std::generate algorithm

    Hi All,

    I have just been having a mess around with the function call operator and the generate algorithm. When I first saw the output of this which is:

    0 1 2 3 4 5 6 7 8 9



    #include...
  17. Replies
    1
    Views
    2,409

    Hi, I compiled that program, and just added a...

    Hi,

    I compiled that program, and just added a console.write after the increment on a, and everything seems fine. Was is it you are trying to achieve?

    Thanks.
  18. Replies
    27
    Views
    2,552

    I have no idea why you are trying to do here,...

    I have no idea why you are trying to do here, your code seems a bit nackered to me.

    If the file opens successfully, then you go and open it up again within the else..... why is?

    Then when you...
  19. Replies
    5
    Views
    1,056

    Ok. So say I was to dynamically allocate memory...

    Ok. So say I was to dynamically allocate memory for a particular object, and pushing them onto the list; would I have to programatically traverse the list and explicitly delete all the items before...
  20. Thread: Music?

    by subdene
    Replies
    39
    Views
    16,488

    Love listening to David Bowie, ELO, OMD and...

    Love listening to David Bowie, ELO, OMD and Depeche Mode when I am programming. They are fantastic to get your mind in gear and focus.
  21. Replies
    5
    Views
    1,056

    Is this code safe?

    Hi,

    I have created a basic function which returns all the ip addresses when you pass in the name of the server and port number. My question is, is the code safe?

    sIpAddress is created on the...
  22. Replies
    3
    Views
    1,140

    Hi, Thanks for your message. So it is...

    Hi,

    Thanks for your message. So it is possible to create a new window based upon the characterisitics of an old window using the SetWindowLong function?
  23. Replies
    3
    Views
    1,140

    Windows window is object orientated

    Hi,

    I was just wondering if anyone could help me with the following question: How a window in the WIN32 API could be related to OO concepts.

    If you think that a window is not OO, that doesnt...
  24. Replies
    3
    Views
    1,257

    Hmmm, post the code as an attachment and I will...

    Hmmm, post the code as an attachment and I will try and have a quick look.
  25. Replies
    32
    Views
    14,619

    I personally think if you know C++, this is all...

    I personally think if you know C++, this is all the grounding you need to be able to move freely between different languages. The majority of all languages have the general same logical constructs...
Results 1 to 25 of 368
Page 1 of 15 1 2 3 4