--- In [email protected], "onecrazeemom" <[EMAIL PROTECTED]> wrote: > > Actually I am supposed to write one program to roll two > dice Twice. Once with pointers and once with references... > Okay that was clear as mud... I am to write TWO programs > one using pointers and one using references. The program > is supposed to return the value of the dice roll. > > Is that better? I'm in trouble if I can't even explain > myself in English.... how am I to program in Greek - > well that's what C++ seems like right now anyway! <snip>
Stephanie, don't mind, everyone of us (maybe except Thomas ;-) ) sometimes feels this way; I don't do much programming these days, and sometimes when I have to browse through my own source code I have to admit that I'm asking myself whether I was really sane when I've written that stuff; sometimes I don't understand even my own source codes. The very first time when you encounter this you will recognise that comments and documentation are not at all a waste of time but pure necessity. For your own mental health. Don't mind that sometimes this looks worse than Greek to you; we all have encountered such cases more often than we like to. Just keep going on and asking, you've come across the right places (this group and cprogramming2). Cheers, Nico
