Cin >> a >> '/' >> b;[code]float a,b,c; std::cin >> a; std::cin >> b; c = a/b;[/code] it is advisable to read a beginne...
Open USB Boardsstudy "Serial Programming"
c++ file holder.post this in windows programming forum... you need to study window programming to solve this...
What is a good book to read after finishing C++ For Dummies All in One?Read "The C++ Programming Language" by Bjarne Stroustroup its contains stuff from beginning to advan...
Cannot re-compilei think Ctrl+F5 runs the program...so the changes that have you made are not reflected in the binari...