User profile: noobofcpp

User info
User name:noobofcpp
Name:noobofcpp
Location:Pasaman
Bio:I'm an electrical enginering student but I love C++.Well I also know some C# and Python.
History
Joined:
Number of posts:18
Latest posts:

Name, Age, Classification Coding Problems
let say you use two libraries called foo and bar and both of them has same function name called doSo...

Name, Age, Classification Coding Problems
You should std::getline() to extract string with white spaces.Your code should be like this[code]std...

waiting for answer
This should fix you problem [code] #include <iostream> using namespace std; int main() { int i; ...

Lights on/off programm
what kind of problem

Playsound only when specific key is pressed
Use SFML.Use sf::SoundBuffer to load the sound file you what then use sf::Keyboard::isKeyPressed(sf:...