Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for clubberlangMayo

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 …

Member Avatar for clubberlangMayo
0
992
Member Avatar for clubberlangMayo

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 …

Member Avatar for clubberlangMayo
0
282
Member Avatar for clubberlangMayo

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 …

Member Avatar for clubberlangMayo
0
329
Member Avatar for clubberlangMayo

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 …

Member Avatar for clubberlangMayo
0
1K
Member Avatar for tomz6

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 …

Member Avatar for mike_2000_17
0
3K
Member Avatar for yheenzie.saldivar

/*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<< …

Member Avatar for clubberlangMayo
0
97

The End.