Search found 36 matches

by Psychoman
August 1st, 2013, 12:50 pm
Forum: Everything
Topic: Lesson 22
Replies: 12
Views: 4664

Re: Lesson 22

I said it in earlier post, mostly the question is situation to use pointers.
by Psychoman
July 30th, 2013, 2:28 pm
Forum: Everything
Topic: Lesson 22
Replies: 12
Views: 4664

Re: Lesson 22

I just changed parametres for the function in header and forgot to change them in cpp , happens =(
and what about pointers?
by Psychoman
July 30th, 2013, 11:05 am
Forum: Everything
Topic: Lesson 22
Replies: 12
Views: 4664

Lesson 22

Hello , when I was watching this lesson and tried to do this stuff ,something terrible happened and gave an error ,that can't be founded in code "Game.obj : error LNK2019: Link unresolved external symbol "void __cdecl LoadSprite(struct Sprite *,char const *,int,int,unsigned long)" (?LoadSprite@@YAXP...
by Psychoman
July 23rd, 2013, 6:49 am
Forum: Everything
Topic: Lesson 19 beginner tutorial
Replies: 4
Views: 2091

Re: Lesson 19 beginner tutorial

Yeap, LuisR14 is again right, I just didn't initialize array in constructor.Btw I type "i" not "index" just to implement my style of program or some other things.
by Psychoman
July 22nd, 2013, 7:47 pm
Forum: Everything
Topic: Lesson 19 beginner tutorial
Replies: 4
Views: 2091

Lesson 19 beginner tutorial

Hello, I hate myself for asking dumb easy questions, but I have some kind of problem that I listened through and tried to do the same thing.The problem is like ,when I get the first score it saves it to the file ,but there I also have some of other crap.This is what I have rewritten from chili. oid ...
by Psychoman
July 21st, 2013, 5:04 pm
Forum: Everything
Topic: Lesson 17 assignment problem
Replies: 4
Views: 2082

Re: Lesson 17 assignment problem

Yeap thx I thought of that)
by Psychoman
July 19th, 2013, 6:20 pm
Forum: Everything
Topic: Lesson 17 assignment problem
Replies: 4
Views: 2082

Re: Lesson 17 assignment problem

I want to go kill myself , such .... I debugged it for 20 min.I got it why random does the same number every time.
by Psychoman
July 19th, 2013, 1:40 pm
Forum: Everything
Topic: Lesson 17 assignment problem
Replies: 4
Views: 2082

Lesson 17 assignment problem

Hello, I have a problem with L17 homework.The problem is if I run the program normal it randoms some kind of number and later all numbers are the same ( f.e. roll 5 dice : 1,1,1,1,1 ), something like that.But if I am trying to debug the program it works just fine and this makes me anxious.I just get...
by Psychoman
July 4th, 2013, 4:28 pm
Forum: Everything
Topic: Lesson 12 assignment
Replies: 6
Views: 2896

Re: Lesson 12 assignment

I've already done that ,just divided this if structure to obvious parts and it worked and I think I just missed a '}' typing the post.
by Psychoman
June 26th, 2013, 3:00 pm
Forum: Everything
Topic: Lesson 12 assignment
Replies: 6
Views: 2896

Re: Lesson 12 assignment

I just don't get why it wouldn't work