Mikhail
It's so simple... just do it yourself
Anonymous
I need some help me
Anonymous
Mikhail
I need some help me
What is the difficulty?
Anonymous
What is the difficulty?
Just tell me how i do it
Mikhail
Show me what you've done already
Anonymous
Hi guys, can anyone guide me through installing vlc media player in ubuntu from a downloaded file
Faiz
Hola , who know coding checkbox with php
Igor🇺🇦
Hola , who know coding checkbox with php
I don't know php, but I know a person that can't read name of this group
Faiz
I can't find group for php
Anonymous
😂 that was a fast find.
Faiz
thanks bruh
Riyaz
Anorid any cpp editor software send bro
Anonymous
I personally just use Visual Studio Code, though.
U
What exactly do you want to configure?
The debugger of visual studio code for c++
U
I personally just use Visual Studio Code, though.
I my new to vs code and having trouble, if u can help me
Anonymous
Does it tell you "launch: program does not exist"?
U
Actually the very beginning
U
Tell me all the configurations
U
Launch.json
U
And all
Anonymous
First, make sure you have the C/C++ extension installed from Microsoft in the extensions window. Second, click on the "Debug" tab in the top window menu, then select "Add configuration..." Then, select "C/C++: Launch". Once you added the configuration, make sure the "cwd" field is set to "${workspaceRoot}", and that the "program" field is set to "${workspaceRoot}/main". By doing that, you are telling the debugger to look for an executable named "main" in your current directory. If you have not compiled your C++ source to an executable named "main", it will give you an error. You can change the field from "${workspaceRoot}/main" to whatever you want, as long as the executable exists. If you're using g++ on Linux or MacOS, you must use the -g flag to make it debuggable when compiling. I'm not sure what you'd need to do on Windows.
U
Actually i on linux
U
And this message pops up
U
launch: program 'enter program name, for example /home/ujm2099/Documents/Vs code/C++/a.out' does not exist
U
and i dont know what to change in lauch.json
U
@seanld444 if you could tell me now , what to do
Anonymous
Change "launch" to "/home/ujm2099/Documents/Vs code/C++/a.out"
U
this is my launch.json
U
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", "program": "enter program name, for example ${workspaceFolder}/a.out", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], "externalConsole": true, "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] } ] }
Anonymous
this is my launch.json
Change "launch" to "/home/ujm2099/Documents/Vs code/C++/a.out"
U
where should i put the address
U
cause i cant find launch here
U
in cwd??
Daim
Ohh
Anonymous
Daim
??
Anonymous
??
??
Daim
Dev c++
Anonymous
Hi friends, I'm here because I'm in a serious trouble with my life. If anyone could help me, I will be very thankful to you!
Anonymous
You mean book?
Oluwaseyi
You mean book?
Yes books and concept behind it ....
Anonymous
Yes books and concept behind it ....
Digital Computer Engineering https://g.co/kgs/s2H8TF
Anonymous
Use this book maybe
Oluwaseyi
I have checked not there... Thanks.
Mahbøøb
Hi Any one in here to write me the program of Password And User name Please. Thanks
Mahbøøb
In C++
Anonymous
Hi Any one in here to write me the program of Password And User name Please. Thanks
This is a place to ask doubts, share content and solve problems but we don't do homework sorry. If you are facing problem in something specific , do let us know
Şafak
Hello
Anonymous
anyone interested in scientific programming and science theories and paradigms
Why?
Anonymous
what are your interests @redKuv mine is science philosopy which questions methods of sciences and now i read source codes of scientific packages served by ubuntu and canonical
Daim
I still new
Daim
Char or return
Anonymous
What do you want?
Daim
Apps program
Anonymous
What are the differences between /n and endl; in c++ ???
Anonymous
Hellooo?
Anonymous
https://stackoverflow.com/questions/4512631/difference-between-endl-and-n
Anonymous
Yes, they're different. "\n" is just a string of length 1 that gets appended to stdout. std::endl, instead, is an object that will cause to append the newline character ("\n") AND to flush stdout buffer. For this reason it will take more processing.
Mikhail
https://stackoverflow.com/questions/33553091/where-is-endl-manipulator-defined#33553232
SAI
Hey
SAI
I need to hack a fb
SAI
Can any one help me
Ariana
...
Ariana
wtf are you trying
PB
This group is becoming more like a chat room.
PB
Very few serious questions
Anonymous
What are the differences between /n and endl; in c++ ???
https://m.youtube.com/watch?v=GMqQOEZYVJQ Also see this
Anonymous
Very few serious questions
That expected as majority of those asking questions are new, the experienced ones do it themselves using SOF
Anonymous
( mostly )
Anonymous
And this is a chat room, feel free to start a topic :)
Ariana
(Most of the time answer is on se)
Anonymous
Yeah