User profile: knexkid9

User info
User name:knexkid9
Name:Zachary Marshman
Location:Broome County, New York
Bio:Upcoming C++ and assembly language programmer in school at SUNY broome, NY state. In my second year of college, then hopefully transferring to Binghamton University. Need all the help I can get. I will thoroughly read and try to comprehend all your examples and help the best that I can... Please be patient with me, code and the like is a slow learning process, with a high learning curve, atleast from what I have seen. If you want, send me a PM with more help than is asked for. I will gladly accept any examples that go beyond my current comprehension of literally any subject. Any coding language, any type of help. I need it. Thank you.
History
Joined:
Number of posts:9
Latest posts:

Output a Pattern of stars using recursion - stuck for hours
Looks like frustration got the better of me and had me overlooking that first fout statement. I man...

Output a Pattern of stars using recursion - stuck for hours
That just returns this pattern **** **** *** *** ** ** * * * * * ** *** but i need 4. I really don...

Output a Pattern of stars using recursion - stuck for hours
I've got an assignment due in about 5 days, and this is the last task I can't solve. I've gotten it...

How to test a large CString to find a smaller CString
What would strstr return if a match was not found? And what would it return if a match was found, t...

How to test a large CString to find a smaller CString
Working on this lab, and have 9 hours to submit it. Thought I had it finished, but the professor cl...