Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

toxcct

@toxcct
About
Posts
8.8k
Topics
130
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Happy Toxcth day!
    T toxcct

    hey, fuck off with your signature... ^^ ;P

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge c++

  • Happy Toxcth day!
    T toxcct

    definitely. There are way too much indian forums on that technology, we'd need to balance that a bit ^^

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge c++

  • Happy Toxcth day!
    T toxcct

    Want a youporn access ? :-\

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge c++

  • In Regards To JSOP's Post ...
    T toxcct

    No no no, I'm not back, I was just here to reply to this very post talking about me :cool: VisualCalc is a cool app, and I'm still using it from times to times. The problem is that I totally lost my C/C++ skills as I'm not working with this language at all at work, and there cooler calculators on the web IMO, so I lost the excitment.

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge csharp html com question

  • In Regards To JSOP's Post ...
    T toxcct

    Yup, abandonned project, coded with an abandonned language, and hosted on an abandonned site... ;P

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge csharp html com question

  • In Regards To JSOP's Post ...
    T toxcct

    Wow, guess what, years since I last logged into CP ^^ (actually, a friend reported this post to me) So, yes, I left CP years ago, and I don't think I have time and motivation anymore... Maybe once CP converts to Oracle Siebel technologies :-D

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge csharp html com question

  • Where are the 1-Voters?
    T toxcct

    maybe I wasn't at the right one : the usual morons weren't there actually ;)

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge question

  • Where are the 1-Voters?
    T toxcct

    sorry, I had to... lol :rolleyes:

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    The Lounge question

  • C++ interview question
    T toxcct

    CPallini wrote:

    W Are you that Minkowski [^]?

    or that one[^] ?!

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC question c++ career

  • Reading from a txt file
    T toxcct

    not that much, but at least, he could defend himself ?! lol

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC tutorial

  • Reading from a txt file
    T toxcct

    so, you voted every answer you got as Bad because you couldn't figure how to read the documentation by yourself ? The "said working" solution is what someone else suggested without providing code... Dude, help yourself, and learn reading the MSDN :zzz: And if you're about to vote for this post, take time at least to explain why you do so

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC tutorial

  • using CList
    T toxcct

    you see no difference because the differences are underground. the second parameter is meant to tell to CList how it's gonna handle your list elements like. a CTime template parameter tells to use so as methods parameter, that means each time you pass an element to a CList method (such as Add()), it will pass a CTime. that means the parameter will be passed by copy. a CTime& (or even better a const CTime&) template parameter will have you make no changes in your code, but it will handle references, so no copies anymore. the difference between the 2 is in the memory consumption and in the performances of the program.

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC

  • ERROR '_atoi64' : cannot convert parameter 1 from 'LPCTSTR' to 'const char *'
    T toxcct

    BTW, the static_cast<lpctstr>() is useless and can be omitted

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC question help

  • can anyone give code in vc++
    T toxcct

    wow, neat !

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC c++

  • Option missing
    T toxcct

    I was just having an eye, and it comforts me in my thoughts...

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC question

  • Option missing
    T toxcct

    yes, and I even have my agents reporting the worst questions ever in the ASP.NET forum... lol

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC question

  • Option missing
    T toxcct

    this is why I left this forum ; too much idiotic question, wasting my time and pulling down the level of this place... too bad.

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC question

  • Linux Text Slowdown- HELP PLEASE
    T toxcct

    much much better :rolleyes: it would be even better if you wouldn't put that horrible using namespace std; at the beginning of your code ;P

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC linux question help

  • Linux Text Slowdown- HELP PLEASE
    T toxcct

    VuNic wrote:

    *pchText++;

    you know this is bad coding, but you push a newbie into it ?! evil you are ;P

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC linux question help

  • VC++6.0 and VS 2005 .net in same machine
    T toxcct

    Anu_Bala wrote:

    VS.net2005

    just for information, this does not exist. you can find either VS.NET (which is VS 2003) or VS2005 (MS removed the ".NET" in later editions because it was confusing people too much about "can I code native code with VS.NET ?")... anyway, for your question, like other people replied to you, there's absolutely no problem in installing several versions of Visual Studio in the same machine. So I'm curious about why your admin says so... any experiments ?

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C / C++ / MFC help question csharp c++ visual-studio
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups