help open gl code

hi

please write code for these picture in Attachments
for run in open gl

Please read The Forum Posting Guidelines.

Pay particularly close attention to “Before You Post, #6”.

Not sure about #6, as it refers to posting in old threads :biggrin-new:, however, @saghar, the forums are here to help you solve problems, not do the work for you. Folks will be happy to help you learn OpenGL, but you need to show your work, code, and errors you are getting.

That’s the 2nd #6, under Posting Guidelines. :slight_smile: The first #6 is under Before you post.

[QUOTE=saghar;1287125]hi

please write code for these picture in Attachments
for run in open gl[/QUOTE]
No. It’s good for you to not always be given what you want. Go do it yourself; learn.

[QUOTE=saghar;1287125]hi

please write code for these picture in Attachments
for run in opengl [/QUOTE]


// warning, this code wont compile in standard compilers, but will compile on the instructors academic compiler

void main(){

    while(1) printf("I'm a lazy cheater and don't do my own homework.  I should fail!
");

    return 0;
    }