• Users
  • KalmanFilteredCoffee

User profile: KalmanFilteredCoffee

User info
User name:KalmanFilteredCoffee
History
Joined:
Number of posts:6
Latest posts:

Searching in a text without getline()
Hello, Does anyone here know how to search for a string in a plain text file without using getlin...

Using the std namespace in user written classes in a Windows Form project.
Thanks for the answers. I am simply using vectors now instead of arrays, and so the compiler complai...

Using the std namespace in user written classes in a Windows Form project.
You're right, I could just append std:: everywhere, but I think the code looks ugly that way, and so...

Using the std namespace in user written classes in a Windows Form project.
Hello, I looked around and haven't found an answer to this issue yet. Basically, I'm working with...

C++ and math.
Thanks for the help, this will definitely get me started.