Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 7:19
jmaida23-Jan-23 7:19 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil23-Jan-23 7:45
professionalDavid O'Neil23-Jan-23 7:45 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 9:05
jmaida23-Jan-23 9:05 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil23-Jan-23 9:27
professionalDavid O'Neil23-Jan-23 9:27 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 9:42
jmaida23-Jan-23 9:42 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil23-Jan-23 9:50
professionalDavid O'Neil23-Jan-23 9:50 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 10:12
jmaida23-Jan-23 10:12 
GeneralRe: VS 2022 is not C friendly Pin
Richard MacCutchan23-Jan-23 21:34
mveRichard MacCutchan23-Jan-23 21:34 
Here is a suggestion. Stop ranting about something you are having problems with. Go to https://www.codeproject.com/Questions/ask.aspx[^] and post the full details, so people can try to help you. And make sure you check what you post, so you can fix any typos, and ensure that all code snippets are surrounded by the appropriate <pre> tags so it is readable, like:
C++
#include "somefile.h"
int main()
{
    printf("Hello, World!");

    return 0;
}

Tags used in the above case are:
<pre lang="C++">
and
</pre>
GeneralRe: VS 2022 is not C friendly Pin
jmaida24-Jan-23 11:55
jmaida24-Jan-23 11:55 
GeneralRe: VS 2022 is not C friendly Pin
Richard MacCutchan24-Jan-23 22:12
mveRichard MacCutchan24-Jan-23 22:12 
GeneralRe: VS 2022 is not C friendly Pin
jmaida25-Jan-23 10:06
jmaida25-Jan-23 10:06 
GeneralRe: VS 2022 is not C friendly Pin
jmaida25-Jan-23 11:10
jmaida25-Jan-23 11:10 
GeneralRe: VS 2022 is not C friendly Pin
charlieg24-Jan-23 12:56
charlieg24-Jan-23 12:56 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil22-Jan-23 19:30
professionalDavid O'Neil22-Jan-23 19:30 
GeneralRe: VS 2022 is not C friendly Pin
Richard MacCutchan22-Jan-23 22:46
mveRichard MacCutchan22-Jan-23 22:46 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 17:43
jmaida23-Jan-23 17:43 
GeneralRe: VS 2022 is not C friendly Pin
Richard MacCutchan23-Jan-23 21:35
mveRichard MacCutchan23-Jan-23 21:35 
GeneralRe: VS 2022 is not C friendly Pin
jmaida24-Jan-23 11:20
jmaida24-Jan-23 11:20 
GeneralRe: VS 2022 is not C friendly Pin
Jeremy Falcon23-Jan-23 7:01
professionalJeremy Falcon23-Jan-23 7:01 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 17:44
jmaida23-Jan-23 17:44 
GeneralRe: VS 2022 is not C friendly Pin
Jeremy Falcon23-Jan-23 7:03
professionalJeremy Falcon23-Jan-23 7:03 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 17:45
jmaida23-Jan-23 17:45 
GeneralRe: VS 2022 is not C friendly Pin
Paul Michalik23-Jan-23 0:11
Paul Michalik23-Jan-23 0:11 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 17:46
jmaida23-Jan-23 17:46 
GeneralRe: VS 2022 is not C friendly Pin
Jeremy Falcon23-Jan-23 6:58
professionalJeremy Falcon23-Jan-23 6:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.