Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~1K People Reached
Interests
Science Electronics C programming History Maths
PC Specs
A laptop and a eee 701. Both of these are quite slow, but so am I and we all work wonderfully together.
Favorite Forums
Favorite Tags
c x 3
Member Avatar for martin314

Hi all, I thought I would do the right thing and introduce myself. My name is Martin, I am getting old in the tooth at 42 and thoroughly enjoying the process. I like a wide range of music, from pop to classical but do enjoy a bit of JAM and …

Member Avatar for jephthah
1
162
Member Avatar for krishna.sv

please check this script [code]//program to add to 8 bit binory numbers(2) #include<iostream> using namespace std; int binory(int ,int *p); int addbinory(int *,int *, int *); //this is c++ program so if u want convert it c just change your cout to printf and cin to scanf and do nessassory …

Member Avatar for martin314
-1
110
Member Avatar for urbangeek

hello guys, the output of the program should be like this: [ICODE] With how many numbers do you love to work with? 3 Enter no 1: 23.4 Enter no 2: 15.54 Enter no3: 55.48 In ascending order the numbers are: 15.54 23.40 55.48 [/ICODE] I've written this program: [CODE] #include …

Member Avatar for urbangeek
0
1K