No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
hi guys , im designing a c++ code for an assignment and im badly stuck.i have to create a programme word checker to change plurals to nouns. i have it completed but have to store it as statistics. so when the user selects the VIEW button at the end of … | |
hi everybody, im doing a project in vb 2010 its a simple "guess the number between 1 and 30" i have it all finished working properly , my only remaining issue is, if i enter a character or letter into the combobox, it crashes the system. i got a piece … | |
hi guys, writing a code in my first term at vb 2010, ive to create a guessing game, generate a number between 1 and 30 and let the user guess it. i must give hints along the way and record the amount of guesses made. i have the code written … | |
need to design a code for my first assignment in dev c++ for olmypic judging, 5 judges, 10 competitors, need to score each competitor between 0.0 and 5.0. i cant use the highest score for each competitor or the lowest and must average the remaining results. any help? i have … | |
Re: im using dev c++ and didnt need to declare string. its in the library already..had to use system ("pause"); return 0; } this will pause the screen so you can see the output. microsoft c++ express 2010 requires different code sequences, the same as code blocks does. thats why you … | |
Re: /*there you go mate..just follow this simple programme...any issues with it,just get back to me*/ declare variables char first; char second = 'n'; char firstName [] = "john";//character array char secondName[] = "ciaran";//char array//if you specify the char amount in [] // it will allow only that many char cout<< … |
The End.