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
C

C Augusto Proiete

@C Augusto Proiete
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I hate when windows doesn't obey my orders [modified]
    C C Augusto Proiete

    Daniel Turini wrote: It's the other way around: other programs are accessing MSN Messenger. HTH. Yeah... you're right. I was trying to say that we should have the option to choose if we want to allow some programs to talk each others. Sometimes I fell like I'm loosing the control of my own computer... It doesn't respect me anymore! :( Cheers, Caio Proiete

    modified on Saturday, January 2, 2010 1:21 PM

    The Lounge security question

  • I hate when windows doesn't obey my orders [modified]
    C C Augusto Proiete

    Corinna John wrote: Shouldn't it be doesn't obey? I guess you're right... Corinna John wrote: Please inform me about my English mistakes, as I'm still trying to learn your language! Me too :). Corinna John wrote: Why don't you use Firefox? I was thinking about that, but you know... Internet Explorer is by far, quicker than FireFox. At least on the computers I've tested. And most of the systems I work with uses Windows Authentication, and I don't like to type my user and password every time :(. And No... I don't want to save my password in any list :P Corinna John wrote: Install Linux, log in as "root", and you will be the owner of your computer. Shouldn't the Administrador user of my machine act as a root??? Damn!! :) Cheers, Caio Proiete

    The Lounge security question

  • I hate when windows doesn't obey my orders [modified]
    C C Augusto Proiete

    If I try to close MSN Messenger, he says that other programs are using his resources. FUCK: I'm telling you to close!!!!!!!!!!!!!!! Don't care about other programs... I don't even gave you permission to access my other programs!!! Are you a virus? Later, changing the security level of Internet Explorer from "Medium" to "Low", it says that the recommended security level for the zone is "Medium" and changes it back do "Medium". Hey, who is the owner of my computer anyway? Caio Proiete... 03:19 AM - working hard (or trying to) :(

    modified on Monday, September 1, 2008 2:04 PM

    The Lounge security question

  • Google is Crazy
    C C Augusto Proiete

    Not working for me... here in Brazil, the Valentines Day is on Jun-12 :( Caio Proiete :wtf: MCT, MCSD, MCDBA, MCAD .NET, MCSD .NET

    The Lounge

  • Google is Crazy
    C C Augusto Proiete

    agree 100% with you :laugh: Caio Proiete :wtf: MCT, MCSD, MCDBA, MCAD .NET, MCSD .NET

    The Lounge

  • Microsoft 'C' Compiler 6.00
    C C Augusto Proiete

    Hi Steve, thank you for getting back to me. The changes to the project are already being done, I'll just need the compiler :) Is there anyway I can buy it from Microsoft? I've searched MS site, but can't find anything.

    C. Augusto Proiete https://augustoproiete.net

    C / C++ / MFC csharp c++ question

  • Microsoft 'C' Compiler 6.00
    C C Augusto Proiete

    Guys, Anyone knows where I can download the Microsoft 'C' Compiler 6.00? I need to make some changes to an old project built using this compiler and I need to recompile the project using the MS C 6.0 compiler. I know that with some changes I could compile with MS VC++ or even Turbo C++, but my client _requires_ me to use MS C 6.0 compiler because of (reasons)...

    C. Augusto Proiete https://augustoproiete.net

    C / C++ / MFC csharp c++ question

  • One code, two different results - C# vs C++
    C C Augusto Proiete

    Hi! I've posted this same question in the Microsoft C# Newsgroups and they said that the operator `+=` has precedence over the `--` because C# goes from left to right... (instead of C++ that goes from the right to the left) So the expression: ```csharp x += --x ``` Would be: ```csharp x = --(x + x) = --(43 + 43) = 85 ``` Nice... but weird :P

    C. Augusto Proiete https://augustoproiete.net

    C# csharp question c++ java visual-studio

  • One code, two different results - C# vs C++
    C C Augusto Proiete

    As I was practicing my C# skills I came across the code below: ```csharp int myFunc() { int x; x = 42; x++; x += --x; return x; } ``` What is the value returned from `myFunc()`? As a C++ programmer I thought: "`84` of course". But when I compiled with C#, the function returns `85`. Just to confirm, I also compiled the same code with Java and returned `85` too. Well... Can anyone explain this? :P

    C. Augusto Proiete https://augustoproiete.net

    C# csharp question c++ java 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