Skip to content
  • 0 Votes
    1 Posts
    7 Views
    No one has replied
  • 0 Votes
    4 Posts
    12 Views
    Richard DeemingR
    It doesn't work like that. There are plenty of sites where you can hire someone to do your work for you. This is not one of them. We're happy to help with specific problems in code you have written. But this is not a "do my work for me" or a "convert this code for me" type of site. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • Today I Learned...

    The Lounge c++ com oop question
    6
    0 Votes
    6 Posts
    0 Views
    N
    The crap of getting older is that once you start thinking you know everything, you start forgetting it. M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    4 Posts
    17 Views
    J
    PaulS_UK wrote: how do you attempt serious debugging in complex C++ code within your MyDLL.dll functions Any language - I use logging. Last time I did C++ I rolled my own. But googling I see Log4cxx and Log4cpp. I might go with the second but I would do more research first.
  • 0 Votes
    8 Posts
    38 Views
    R
    Very cool. Thanks for sharing :thumbsup:
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • Coffee ground question (not Java)

    The Lounge question c++ java help tutorial
    24
    0 Votes
    24 Posts
    2 Views
    C
    den2k88 wrote: percolato is also the liquid that forms on the bottom of thrash bags I won't make the obvious statement in regards to American coffee... (yes, I'm feeling homesick for Melbourne at the moment...) cheers Chris Maunder
  • 0 Votes
    3 Posts
    0 Views
    D
    Oops! Sorry! Fixed, thanks! Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
  • 0 Votes
    3 Posts
    0 Views
    D
    Meanwhile GDI ans Windows Forms keep pulling 99% of desktop development. GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X The shortest horror story: On Error Resume Next
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    3 Views
    S
    Thanks very much for your report. I don't think I've seen someone test with a Quadro 4000 before. Please try disabling half-precision, see if that helps. Thanks, Sean Ewington CodeProject
  • timer does not start

    C / C++ / MFC c++
    8
    0 Votes
    8 Posts
    16 Views
    Richard Andrew x64R
    I'm sorry, my answer was a quick guess. That's why I put a question mark after it. Truth is I'm not sure. The difficult we do right away... ...the impossible takes slightly longer.
  • 0 Votes
    20 Posts
    2 Views
    M
    Sort of. The first several years I was in software development, I learned more and more, which helped me to improve code I had already written. It wasn't that my code was "stupid", but that I just learned newer and better ways. Second, as the language I use improves, it provides better ways to do things, but it is up to me to discern whether the "better way" is really better. Third, there are those team leads who are less knowledgeable and experienced, and make me rewrite code to how they think it should be done, even though I can make the clear case their way is not better. In those cases, I do what the lead says do, then inform him or her of the shortcomings it causes. In a lot of cases, they then agree (after a lot of wasted time) that I should do it the way I had it. Sometimes, though, pride gets in their way, and they make me put out the stupid code into production - problems and all.
  • 0 Votes
    38 Posts
    38 Views
    C
    "Meanwhile, Microsoft routinely makes decisions that had huge consequences for customers, and they just don't care" - agreed.
  • Am I just crotchety?

    The Lounge design c++ com graphics iot
    15
    0 Votes
    15 Posts
    0 Views
    J
    There can't be very good overlap with embedded and js when it comes to hiring. And I don't think it's a personal problem it's just that language is like that new article post with the human skin fake face out of Japan. It's an abomination.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Rarely used very expensive laptop ideas

    The Lounge design help c++ css com
    14
    0 Votes
    14 Posts
    1 Views
    C
    I typically drive with the keyboard, but I will agree that that change in Windows 11 context menus is right up there on the asinine level of changes. Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.
  • 0 Votes
    7 Posts
    30 Views
    L
    I've been tinkering with these free AI tools for a while now, specifically ChatGPT, Copilot and codepal. The only one I've tried for generating code was codepal. Not very impressed: it only generates code snippets ('functions'), and after very few such short snippets it reaches the limit for free usage. For not code related questions, I found ChatGPT far better than Copilot. It used to be really bad just a few months ago, but it significantly improved. It reaches the limit for free usage pretty fast though, requiring a few hours of timeout. Copilot is just pathetic, in my experience, at this time. Both Copilot and ChatGPT give quite often wrong answers - they don't 'realize their own mistakes', but rather admit them when pointed out, leading to 'I apologize for the confusion/misunderstanding/frustration...'. Almost never 'for the wrong answer'! They're trained well ;) What they're not trained to say is 'I don't know', which I'd prefer, instead the constantly wrong answers. I usually know the correct answer, or at least I know when the answer is wrong, but what happens if I don't? They're nice toys, but not really useful and trustworthy in my opinion. Maybe I'm not very good at asking questions (they can understand), but I do it in a very clean manner and provide enough context, so I doubt that. I would be myself impressed with any decent answers (nevermind code generation), because my expectations are pretty low, but so far I'm not. Your Mileage definitely Varies!
  • 0 Votes
    6 Posts
    21 Views
    M
    Certainly! Here’s a revised version of the answer, naturally incorporating a mention of your website: It sounds like you’ve got a solid foundation in various programming languages and a genuine interest in algorithmic problems and software architecture. Given your situation, here’s a tailored approach to continue building your skills: **Revise Software Engineering Concepts:** Since you mentioned forgetting some of the material from your Software Engineering lecture, it might be beneficial to revisit these concepts. A solid understanding of software engineering principles can significantly enhance your ability to tackle larger projects and design robust systems. You could skim through key topics or take an online refresher course. **Focus on Projects:** Practical experience is invaluable. Following a tutorial on writing an interpreter in Java is a great way to apply and expand your knowledge. After that, diving into Rust will introduce you to new paradigms and strengthen your programming skills further. **Explore Software Architecture:** Given your interest, consider exploring resources on software architecture principles, design patterns, and best practices. Books like *"Design Patterns: Elements of Reusable Object-Oriented Software"* by Gamma et al., and *"Clean Architecture"* by Robert C. Martin could be insightful. **Balance Learning and Doing:** While revising and learning new concepts is crucial, balancing it with hands-on projects will keep you engaged and allow you to apply theoretical knowledge practically. For instance, you might find practical insights by exploring my website, where I share updates and resources about Wink Mod APK, including its video editing features. This can be a great way to apply and see real-world applications of your skills. You can check it out here: [Wink Pro APKs](https://winkproapks.com/). **Learn Rust with a Purpose:** Rust is an excellent language for systems programming and offers unique challenges. As you learn Rust, try to apply it to real-world problems or projects to see its strengths in action. Ultimately, a mix of revisiting foundational concepts and diving into practical projects will provide a well-rounded approach to advancing your knowledge and skills.
  • Pitfalls of autodidactism

    The Lounge design c++ com graphics iot
    13
    0 Votes
    13 Posts
    0 Views
    B
    One of the points made in my essay is the superiority of autodidactism is at least due to the opportunity to read multiple authors. I discovered even in specialized technical fields different authors have new and different things to say even on the same subject.