Author Topic: all i want to do is run a C++ example  (Read 6368 times)

0 Members and 1 Guest are viewing this topic.

Offline Ed.Kloonk

  • Super Contributor
  • ***
  • Posts: 4000
  • Country: au
  • Cat video aficionado
Re: all i want to do is run a C++ example
« Reply #75 on: February 09, 2023, 05:15:18 am »
Windows 10 version 2004

For a OS that aligned itself to years for versions, to release a version number like that could not have been a accident.  >:(
iratus parum formica
 

Offline Psi

  • Super Contributor
  • ***
  • Posts: 9930
  • Country: nz
Re: all i want to do is run a C++ example
« Reply #76 on: February 09, 2023, 05:27:50 am »
excellent. Take care

Sorry I called you a troll.
Greek letter 'Psi' (not Pounds per Square Inch)
 

Offline eti

  • Super Contributor
  • ***
  • !
  • Posts: 1801
  • Country: gb
  • MOD: a.k.a Unlokia, glossywhite, iamwhoiam etc
Re: all i want to do is run a C++ example
« Reply #77 on: February 09, 2023, 05:43:26 am »
excellent. Take care

Sorry I called you a troll.

I forgive you. Thanks mate.
 

Offline JPortici

  • Super Contributor
  • ***
  • Posts: 3461
  • Country: it
Re: all i want to do is run a C++ example
« Reply #78 on: February 09, 2023, 06:32:18 am »
we don’t call people with different views “trolls” in real life.

you're not listening to radio, or looking at social media much then  :scared:
I would actually agree with you, to set up a VM and nano / g++ from the command line, if that didn't mean that you have to know how to install a linux distro (which, again, is surprisingly easy these days, you just read and accept the defaults.)
But why do that when you can go to onlinegdb and do the same thing? It's just textbook exercises

Now that i think of it, you are probably accused of being a troll because you dare suggesting nano instead of VIM (screw that, nano rules)
 

Offline eti

  • Super Contributor
  • ***
  • !
  • Posts: 1801
  • Country: gb
  • MOD: a.k.a Unlokia, glossywhite, iamwhoiam etc
Re: all i want to do is run a C++ example
« Reply #79 on: February 09, 2023, 09:40:57 am »
we don’t call people with different views “trolls” in real life.

you're not listening to radio, or looking at social media much then  :scared:
I would actually agree with you, to set up a VM and nano / g++ from the command line, if that didn't mean that you have to know how to install a linux distro (which, again, is surprisingly easy these days, you just read and accept the defaults.)
But why do that when you can go to onlinegdb and do the same thing? It's just textbook exercises

Now that i think of it, you are probably accused of being a troll because you dare suggesting nano instead of VIM (screw that, nano rules)

I actually use emacs.

Then again, I use nano, vim, whatever I’m in the mood for. I don’t have this ridiculous, childish “let’s make it our life’s mission to pick favourites, and ostracise those who don’t agree with us” mindset - they’re all just fools. I don’t argue “a screwdriver is better than pliers”; they’re different. People are SO easily led down rabbit holes, it’s almost comical.

Yeah they’re all good depending on context and need. :-)
 

Offline DiTBho

  • Super Contributor
  • ***
  • Posts: 3909
  • Country: gb
Re: all i want to do is run a C++ example
« Reply #80 on: February 09, 2023, 09:52:45 am »
So, Visual Studio is still used for "Playstation development:o :o :o
I expected it to be, but, it's still full C and C++ support ;D
The opposite of courage is not cowardice, it is conformity. Even a dead fish can go with the flow
 

Offline martinribelotta

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ar
  • A camel is a horse designed by a committee
    • Martin Ribelotta design services
Re: all i want to do is run a C++ example
« Reply #81 on: February 09, 2023, 03:02:06 pm »
If you only need a scratchpad editor and C++ compiler maybe you will try an online environment like cpp.sh or the more powerfull (and complex) godbolt in the IDE version: https://godbolt.org/z/jdKdM434c
Another C++ environment is onlineGDB with an integrated debugger: https://www.onlinegdb.com/

In my recomentadations you not need an ide, you need a text editor, a command line and a compiler like gcc in its many versions (by examples, the best alternative to use gcc and its tools is install msys2 and their gcc packages)

The primary way to understand C (or C++) is understand the build process first
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf