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
~794 People Reached
Favorite Tags
c++ x 6
Member Avatar for Twonk

Hi there, i am currently trying to turn an image i have into a very low resolution pixelated version of the image. I have found on the mathworks website a bit of code, which from the example seems to do the exact job.... [url]http://www.mathworks.com/help/toolbox/images/f7-12726.html#brcu20d-1[/url] (the moon pictures) I have replaced …

Member Avatar for SasseMan
0
146
Member Avatar for Twonk

I am trying to write a student database. I've done most of it, however to improve im trying to write something that will display the infomation entered and then ask if this is correct, if it is then continue if not then start back at the entering data part. here …

Member Avatar for Joneswilliamsc
0
136
Member Avatar for Twonk

Hi im very new to this but i am trying to write a progam that serves as a student database for a project at uni. Ive been stuck on this problem for ages now and can seem to spot the probably obvious mistake ive made. The code compiles but the …

Member Avatar for VernonDozier
0
407
Member Avatar for Twonk

I have no error or warning when compling this code but as you can see it keeps changing one of my inputs (int ID) into a random number. This same number is still the output when i change the imput. code: [CODE]#include<iostream> #include<string> #include<sstream> using namespace std; class student { …

Member Avatar for Twonk
0
105