Programming term problem

Programming term problem

av Les Lusk -
Antall svar: 5
I teach Web development and programming and I am in the process of creating a glossary of programming terms/definitions.  When I put in "C++" as a glossary term, it causes me to lose all of the definitions in every one of the glossaries in the course.  Any ideas?
Gjennomsnittlig vurdering: -
Som svar til Les Lusk

Re: Programming term problem

av Les Lusk -
Hello all you Moodle experts out there (you know who you are - the ones with the stars wink).  Any ideas on how I can resolve this issue?
Som svar til Les Lusk

Re: Programming term problem

av Martin Dougiamas -
Bilde av Core developers Bilde av Documentation writers Bilde av Moodle HQ Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers
As you're a web programmer, you could look in the code, fix the bug and post the solution.  stort smil

Then you can get an invisible star too! blunker
Som svar til Martin Dougiamas

Re: Programming term problem

av Les Lusk -
Hmmmm.  Who really needs to know about C++ in Web programming anyway...
Som svar til Les Lusk

Re: Programming term problem

av Williams Castillo -
HAHAHA... Great solution my friend.. winkcool Cross your fingers hoping that a MySql+, PHP+ or Perl+ never got released  (Perlplus? almost like my hatest shampoo!)

Will
Som svar til Williams Castillo

Re: Programming term problem

av Sandeep varshney -
Hi All
I have a problem with perl
I am using open function with FTP
like
================================================
if (open(FTP,"| ftp -n dummy.india.net"))
{
printf("Done...\n");
}
else
{
&error_repot();
}
==================================================
and there are no such site like dummy.india.net. But it's showing me "Done..." as output.

Can you pls suggest me or give me a better solution for that.

Thanks and Regards,
Sandeep