I've gotten much further along yet am running into a mysterious "external compiler error" as it's an external error being flagged yet my code has no compiler errors.
I'm thinking it's because I...
Basically I have a turtle, not a visible one, but it's called "Turtle Graphics" and it draws, based on stuff from the input files, or it doesn't draw but moves.
I'm using forms as I don't know how to work the visual C++ part for the other things and also, I suppose I could use it for the Win 32 API, but the problem is that I could only add what they have and...
Also, every time I try to get the toolbox that has all the components that I can add, it shows up for only 1 second, or less, and then hides. It's very irking. ...
I just downloaded the microsoft one. However, if I ever made a commercial product with it, would I get sued? Dev at least says I can do that without being sued.
Also, and this one if for processes, I'm getting a seg fault here too. I'm trying to make it do the fib sequence. However, what's causing the segmentation fault?
Now I'm getting an error that I have an undefined reference to pthread_create(). I think I need to type cast something, but what? I already have all the imports I should need.
I added a statement to tell it not to add any empty vectors. However, when I told it to print out nums[2].size(), despite there not even being such a vector, well there was one that had nothing in...
I'm afraid I don't have that luxury. I did have one C++ course before, though it was taught rather fast pace and now the university is making there be a prerequisite that goes over C++ more, but...
Because I'm reading in a matrix and I want it to have both rows and columns but don't know the size ahead of time, and ain't allowed to assume the size ahead of time either. It would be far easier...
I don't have an IDE. I do have Netbeams but it somehow doesn't have the required C files or something. A Linux thing called Exceed On Demand 8 is all I have. Linux emacs and stuff like that.
...