Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 131 results for
centimeter
- Page 1
Measurment Converter
Programming
Web Development
12 Years Ago
by k9huey
… Inches = 1 Foot or 12 Feet = 365.76
centimeter
**Version 1** Do I enter each conversion factor possible?… 1
centimeter
= 0.03280839895 feet 1
centimeter
= 0.3937007874 inch 1
centimeter
= 0.01 meter 1 feet… = 30.48
centimeter
1 feet = …
adding a dummy parameter to constructors to solve calling ambiguity, violate rules ?
Programming
Software Development
14 Years Ago
by Garrett2011
…: [CODE=c++] class Rect{ public: enum
centimeter
; enum meter; Rect(double len,double wid,enum
centimeter
){ length=(len/100); width=(wid/100… meters double width;//in meters }; Rect obj1(10,5,Rect::
centimeter
()); Rect obj2(10,5,Rect::meter());[/CODE] two previous constructors…
Re: adding a dummy parameter to constructors to solve calling ambiguity, violate rules ?
Programming
Software Development
14 Years Ago
by Agni
…,METER}; Rect(double len,double wid,UNIT unit){ if(unit ==
CENTIMETER
){ length=(len/100); width=(wid/100); } else{ length=len; width…
Re: adding a dummy parameter to constructors to solve calling ambiguity, violate rules ?
Programming
Software Development
14 Years Ago
by Garrett2011
… #include <iostream> class Rect{ public: enum UNIT {
CENTIMETER
,METER}; Rect(double len,double wid,UNIT unit){ if(unit…width;//in meters }; int main(){ Rect obj1(100,100,Rect::
CENTIMETER
); Rect obj2(10,5,Rect::METER); } [/code][/QUOTE] …
Feet and inches to meters and cm and vice versa.
Programming
Software Development
13 Years Ago
by hao001
… double& cm){ cout<<"Enter meters and
centimeter
: "; cin>>meter>>cm; } …quot; meter "<<cm*100<<"
centimeter
." <<endl; } void showResult2(double foot, double…;" meters "<<cm<<"
centimeter
"<<"= "<<foot<…
VB Metric Standard Conversions
Programming
Software Development
13 Years Ago
by diamondw
…, Feet, Yard, Mile As Integer Dim Nanometer, Millimeter,
Centimeter
, Meter, Hectometer, Kilometer As Double Mile = CInt(Text)…Meter / 1000) Nanometer = (Meter * 1000000000) Millimeter = (Meter * 10000)
Centimeter
= (Meter * 100) Hectometer=(Meter/100) End Sub End Class[/CODE]
Converting from C++ language to C
Programming
4 Years Ago
by Bassel_1
…the height of the container h, the cost per square
centimeter
of the material (cost) and the number of containers …;< "Enter the cost of each container per square
centimeter
: $"; cin >> cost; cout << &…at $" << cost << " per square
centimeter
will cost $" << costContainer << " each…
class assignment please asist me
Programming
Software Development
15 Years Ago
by aamaikusa
… value of distances DM store the value in meter and
centimeter
, DB store the vlaue in feet and inches. write a… in the format of feet and inches or meter and
centimeter
depending on the object on display.
Deceptively simple syntax error
Programming
Software Development
15 Years Ago
by J_IV
…; print "position of plunger (from cap):", L, "
centimeter
(s)" print "velocity of plunger:", V, "…/second" Print "internal pressure:", Pi, "newtons/
centimeter
^2" [/CODE] While I'm sure there are numerous…
Re: adding a dummy parameter to constructors to solve calling ambiguity, violate rules ?
Programming
Software Development
14 Years Ago
by mike_2000_17
… different unit by using implicit type casts that convert a
centimeter
to a meter value or whatever. If you are concerned…
Re: adding a dummy parameter to constructors to solve calling ambiguity, violate rules ?
Programming
Software Development
14 Years Ago
by Garrett2011
… different unit by using implicit type casts that convert a
centimeter
to a meter value or whatever.[/QUOTE] can you give…
Re: adding a dummy parameter to constructors to solve calling ambiguity, violate rules ?
Programming
Software Development
14 Years Ago
by mrnutty
Why do you need
centimeter
and meter, you can just work with meter. Centi is …
Re: adding a dummy parameter to constructors to solve calling ambiguity, violate rules ?
Programming
Software Development
14 Years Ago
by Garrett2011
[QUOTE=firstPerson;1284857]firstPerson[/QUOTE] [QUOTE]Why do you need
centimeter
and meter, you can just work with meter. Centi is …
Re: vb.net comboboxes
Programming
Software Development
13 Years Ago
by jireh
…(New Object() {"Meter", "Nanometer", "
Centimeter
", "Millimeter", "Kilometer", "Hectometer… Case "Nanometer" Return 0.000000001 Case "
Centimeter
" Return 0.01 Case "Millimeter" Return …
How would you write this into pseudo code?
Programming
2 Years Ago
by Uzo J
…cout << "For cm to inch type
centimeter
. For inch to cm type inch. For miles to km… << endl; //centimeters to inches if (var == "
centimeter
") cout << "Please enter the number of…
calculate with metrics
Programming
Software Development
18 Years Ago
by Yustme
… string[] {"decimeter", ".1"}, new string[] {"
centimeter
", ".01"}, new string[] {"millimeter", "…
LCD Monitor - Vertical lines with certain grays
Hardware and Software
Hardware
18 Years Ago
by eepok
…), 1x 1-pixel wide vertical line (green), and 2x 1-
centimeter
wide vertical areas that show these errors. The errors only…
Another IE catastrophe..
Programming
Web Development
17 Years Ago
by tefflox
… to confuse them. The hero’s face cannot move a
centimeter
beyond guilt or determination. The words between you are pinched…
Confused with algorithm
Programming
Software Development
16 Years Ago
by Se7Olutionyg
… cout << " Material density in grams per cubic
centimeter
: " ; cin >> density; cout << " Quantity…
Convertion
Programming
Software Development
15 Years Ago
by Shenilcar
Please give me the codes or format of conversion in visual basic 1.) inches -
centimeter
- kilometers 2.) Fahrenheit - Celsius - kelvin 3.) currency Pls mail me at [email]Sheena_etianne10@yahoo.com.ph[/email] tnx a lot
optical drive: none??
Hardware and Software
Hardware
15 Years Ago
by mushcroom
… notice that the cd drive juts out about half a
centimeter
. like i can push it back into place, and pull…
Re: optical drive: none??
Hardware and Software
Hardware
15 Years Ago
by caperjack
> also, i did drop my laptop recently and i notice that the cd drive juts out about half a
centimeter
. most like broke connection to the motherboard in the drop ,drops are not good!!
printer alignment, nothing seems to fix it
Hardware and Software
Microsoft Windows
14 Years Ago
by blackbelt27
… be about 4 mm from the top, about half a
centimeter
on the sides (one side is larger though) and about…
vb.net comboboxes
Programming
Software Development
13 Years Ago
by diamondw
… 1 Case "Nanometer" Return 0.000000001 Case "
Centimeter
" Return 0.01 Case "Millimeter" Return 0…
Convert Lengths
Programming
Software Development
13 Years Ago
by BCJLJ
… centimeters 1 inch = 2.54 centimeters centimeters to inches 1
centimeter
= 0.3937 inches
Mertic distance converter with two combo boxes
Programming
Software Development
12 Years Ago
by Magda6347
… for the units of metrics and the user chooses millimeter,
centimeter
, meters, and kilometers. They enter an amount to convert and…
c++ program
Programming
Software Development
11 Years Ago
by Eyobed Paul
… typing a value between 1 and 8 as follows: 1.
centimeter
to other units 2.Meter to other units 3.Kilo…
Unit of width and height in Set Size method of java swing
Programming
Software Development
11 Years Ago
by murali2489
… unit, the size of the component is rendered. Is it
Centimeter
,mm,pixels ? Im not sure how these numbers(height and…
CorelDRAW Alignment
Programming
Software Development
11 Years Ago
by artemix22
… the x coordinate, because this is vertical) PS : i use
centimeter
for measurement unit thanks in advance
Convert programs
Programming
Software Development
10 Years Ago
by tentrabyte
a. degree fahrenheit to celsius and vice versa b.
centimeter
to feet and inches to feet
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC