So i have been banging my head against a wall with this problem for awhile. I have also copy and pasted direct examples from the internet but nothing seems to sort it right. So can someone please...
I didnt post it, becouse i dont believe the problem is there. Also then i would need to include a lot of other classes etc. The actual project is huge.
Either way, sorry about that. I am trying to draw a line. My point.draw function places a pixel on the screen. This function is reading two points and drawing...
Hey, i was assigned this as homework. I am following a sheet of paper that is basically telling me what should be done at each step of the conversion. I have filled in the code but i am getting...
Thanks a lot for the help :). I realize i may have posted this in the wrong section because i am using Visual C++ and it has given me errors in the past with strings.
Hello, i am new to c++ so i hope you guys can help me out. I have searched the answer up on google and while i find examples i cant quite understand whats going on yet. I want to make a simple file...
Hello i am making a simple program in visual c++, i have it so that when i hit a button the Open File dialog pops up. But when i open something i want it to return the file name of what i opened so...
Sorry for wasting your guys time. I changed x and y to a float for some other calculations. So this must have broke the formula with the decimals. It works now thank you all very much.
Hello, i am attempting to change this code into a loop. I realized that i coded it very badly. I do not have to keep adding to my linedone if i just reset it to 0 each time.