Search found 6 matches

by Mrm
September 17th, 2017, 8:30 pm
Forum: Everything
Topic: I am new I need some help
Replies: 11
Views: 4972

Re: I am new I need some help

Made my very first program today.. it is a master peace bwhahhaha ( Got lazy at the end that why i made a couple of variables just to make it faster so i could just copy past xD. Did the attachment picture work? void Game::ComposeFrame() { const int y = 0; const int x = 0; int N = 260; int Tel = 260...
by Mrm
September 16th, 2017, 7:25 pm
Forum: Everything
Topic: I am new I need some help
Replies: 11
Views: 4972

Re: I am new I need some help

Reinstalled and problem is fixed
by Mrm
September 13th, 2017, 8:06 pm
Forum: Everything
Topic: I am new I need some help
Replies: 11
Views: 4972

Re: I am new I need some help

MyK_00L wrote:There's no such thing as "ctype.h" i believe.
Try either <type.h> or <ctype>.
All c libraries "name.h" have their respective "cname", created with c++.
I think libraries like "cname" are just a bunch of includes and defines.
Even if I change them still error
by Mrm
September 13th, 2017, 7:49 pm
Forum: Everything
Topic: I am new I need some help
Replies: 11
Views: 4972

Re: I am new I need some help

It is also in the WinSDK for some reason, and not finding it is an indication of SDK troubles. Mrm, did you do what Papa said?? It is almost always the solution for this problem. Yea I did then I got the error msg that I posted in my 2nd post.I think I should just uninstall and reinstall.What is th...
by Mrm
September 10th, 2017, 7:03 am
Forum: Everything
Topic: I am new I need some help
Replies: 11
Views: 4972

Re: I am new I need some help

So I ran a visual studio repair last night.The error stopped.But now it gives the error cannot include file: 'ctype.h'
Also did everything you told me to
by Mrm
September 9th, 2017, 8:59 am
Forum: Everything
Topic: I am new I need some help
Replies: 11
Views: 4972

I am new I need some help

Started your tut last night.I want to learn a new language because the one they thought us in school is useless so I went with c++.I am having trouble with the frame work.When I say build it takes a few secs then says " cannot open include file: 'ctype.h no such file or directory(compiling source fi...