User profile: anup30

User info
User name:anup30
Email:anupbarua30@gmail.com
Name:Anup Barua
Location:Dhaka, Bangladesh
History
Joined:
Number of posts:961
Latest posts:

How to eliminate some items in a for loop
if it's fixed output [code]#include <iostream> int main() { std::cout<<"1.2, 1.3, 1.4, 1.5\n2.3, 2...

print the content of your program's source file to console, without user inputting the file name or giving it in source.
restating JL's solution from that post, [code]#include <iostream> #include <string> const std::stri...

print the content of your program's source file to console, without user inputting the file name or giving it in source.
print the content of your program's source file to console, without user inputting the file name or ...

Looking for guidance on writing desktop apps
you can give a look at flutter/dart development.

Declaring an array inside a function
did you run the program?