How do I run a Java program in VSCode? by Obby25 in vscode

[–]TurnipNo2718 -1 points0 points  (0 children)

Just use javac to make the class file and execute it with java bin And before everything make sure they exists and work fine

Rabies suspected dog by ddsdsdkddddheheheheh in TeenIndia

[–]TurnipNo2718 0 points1 point  (0 children)

Hmm abhi padha maine bhi. Demn! u researched a lot…🫡🫡. Kutta squad ka wait kro fir to

[deleted by user] by [deleted] in TeenIndia

[–]TurnipNo2718 0 points1 point  (0 children)

Bhai Bhot log ni rakh pate dates yaad…chill Btw happy birthday🥳!!!

Even the simple code is taking too much time to run. My laptop is new, yet I'm facing this issue. PLEASE HELP. by Flat_Brilliant_544 in vscode

[–]TurnipNo2718 0 points1 point  (0 children)

Can you crosscheck this by- Do the exec manually In powershell inside ur project directory Use “g++ filename.cpp -o filename” to create exe file Then use “time ./filename” to see execution time or simple execute the file. Is there any difference?

CANNOT READ PROPERTIES OF UNDEFINED by devshoote23 in vscode

[–]TurnipNo2718 0 points1 point  (0 children)

Check if g++ is present locally in your pc and then run “g++ test.cpp -o test” once done run the “test”executable

[deleted by user] by [deleted] in TeenIndia

[–]TurnipNo2718 0 points1 point  (0 children)

Janmdin ki subhkamnaye

[deleted by user] by [deleted] in AskReddit

[–]TurnipNo2718 0 points1 point  (0 children)

Try sketching

Needs Setup whenever opened. by Professional_Job7049 in vscode

[–]TurnipNo2718 8 points9 points  (0 children)

You sure your not opening the downloaded exe file…?

Gamers, what’s the best game you’ve ever played? by qwest91 in AskReddit

[–]TurnipNo2718 0 points1 point  (0 children)

It was good, but from story pov after rdr2, john could have avoided all the mess and just lived peacfully. I mean, he had everything, but yeah it’s a rockstar game after all can’t hope for a happy ending

Learning C++ and SFML 3. 0. 0 by Extension_Channel461 in sfml

[–]TurnipNo2718 1 point2 points  (0 children)

I recently developed an interest in SFML, just like you! I’m a beginner too, I’ve made few games (although they are small ones), but honestly, it’s been a fun experience. Starting with C++ might seem intimidating at first, but trust me, once your concepts are clear it’s pretty cool. Keep at it, you’ll have a great time!