User profile: Shruthi LS

User info
User name:Shruthi LS
History
Joined:
Number of posts:55
Latest posts:

Getting Results from the Set
@lastchance Thank you so much. It's working

Getting Results from the Set
Hi all, [code] std::set<int> setx{ 100, 100 , 20}; for(auto &elem : setx) { cout<<"...

Printing data to terminal
Thank you so much for the suggestion @Handy Andy

Printing data to terminal
Hi all, I am trying to print the log file information to the terminal and I am using the below co...

Cpp for loop
Hi all, How to write the below if condition in cpp? [code] Here the vector elements are x =...