string的用法 以前在寫**時,在布局檔案中總是有感嘆號的出現 ,現在才發現原來是跟string 的知識點有關啊!總算明白了。 layout布局裡面的activity_main.xml
android:id="@+id/btn_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignparentbottom="true"
android:layout_alignparentright="true"
android:layout_marginbottom="103dp"
android:layout_marginright="37dp"
android:text="@string/login" />
android:id="@+id/tv_account"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignparentleft="true"
android:layout_below="@+id/textview2"
android:layout_margintop="88dp"
android:text="@string/account"
android:id="@+id/tv_pwd"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/btn_login"
android:layout_alignleft="@+id/textview2"
android:layout_marginbottom="108dp"
android:text="@string/password"
values裡面的strings.xml
<?xml version="1.0" encoding="utf-8"?>
settings
hello world!
使用者名稱
密碼
登陸
abcdefg
- 列表項
乙個自己實現的string
最近實現了乙個string 類,新增了一些c 11 元素。除了基本的構造析構函式,拷貝構造和賦值函式,另外新增移動拷貝和賦值函式。default是乙個很方便的特性有木有。default constructor kianstring default kianstring const char c ch...
實現乙個string類
需要實現的基本功能 建構函式 拷貝建構函式 賦值函式 析構函式.以前合稱big three,現在叫做copy control 1 class string 1213 不簡潔版本 14string string const char str else 23 24 2526 string string ...
typename 乙個用法
template struct myiter typedef t value type 巢狀型別宣告 nested type t ptr myiter t p 0 ptr p t operator const template typename i value type 這 整行是 func 的回返...