mixiで趣味の話をしよう

mixiコミュニティには270万を超える趣味コミュニティがあるよ
ログインもしくは登録をして同じ趣味の人と出会おう♪

条件変更

すべての検索結果:15

検索条件:タイトルと本文+更新順

C言語とC++言語トピック

C言語とC++言語のトピック

string文字から数値へ変換に関する質問

// atoi, atof使用 using namespace std; void main() { string col[300][10 ],row; int c,r,p; ifstream f("cmatrix4.csv"); if(f.bad()) { cout <

  • 2010年10月08日 13:04
  • 13079人が参加中
  • 14

ただいまC・C++勉強中!トピック

ただいまC・C++勉強中!のトピック

関数のオーバーライドについて

using namespace std ; //スーパークラス class Super { private: //Run関数 内で呼び出される関数 void Method() { cout << "AのMethod" << endl

  • 2008年10月01日 17:46
  • 404人が参加中
  • 3

ただいまC・C++勉強中!トピック

ただいまC・C++勉強中!のトピック

classの中のclassについて

スは以下のようになってます。 #include using namespace std ; //Smallクラス class Small { private ; } } ; //メイン関数 int main(void) { Big big ; //Bigインスタンスの生成 cout <<

  • 2008年08月19日 11:42
  • 404人が参加中
  • 3

C言語とC++言語トピック

C言語とC++言語のトピック

dynamic multidimensional arrayについて

using namespace std; int main() { int i, j, k, m, dim1, dim2, dim3 ; cout << "Enter array dimensions: "; cin >> dim1 >>

  • 2008年04月28日 03:17
  • 13079人が参加中
  • 12

プログラマたまごくらぶトピック

プログラマたまごくらぶのトピック

【C++】Ifelse文の作成が上手く出来ません(´Д`;)

// all above from current Standard ANSI/ISO C++ using namespace std (openings.empty()){ cout << "Unmatched closing bracket

  • 2007年03月28日 17:30
  • 58人が参加中
  • 2

初心者の為のC++トピック

初心者の為のC++のトピック

コードのエラーが消えない;;

#include using namespace std; class Employee { public ); Sally.SetYearsOfService(8); Sally.SetSalary(40000); cout << "At AcmeSexist

  • 2007年02月24日 02:19
  • 542人が参加中
  • 7

C言語とC++言語トピック

C言語とC++言語のトピック

質問です。

00004 00005 #include "octaveio.h" 00006 00007 using namespace std プルベクトル数 00015 cout << "X\n" << X << endl; 00016 00017

  • 2007年01月12日 02:09
  • 13079人が参加中
  • 20

標準C++トピック

標準C++のトピック

浮動小数点演算におけるオーバーフロー等の検出について

パイルはデバッグを指定して、コンパイルオプションはデフォルトのままです。 #include using namespace std; int main () {  double a = 1.0e+200;  double b = 2.0e+200;  double c = a * b;  cout <

  • 2006年12月03日 13:12
  • 157人が参加中
  • 2

標準C++トピック

標準C++のトピック

deprecated or antiquated header

-------------------- #include #include #include #include using namespace std; int ') << "bbbb" << endl; cout << s.str() << endl

  • 2006年10月10日 16:08
  • 157人が参加中
  • 6

標準C++トピック

標準C++のトピック

STLを使ったサンプル

スファイルが複数になった時にプログラムが肥大化しないためのおまじないと考えてください。 #include #include #include #include using namespace std; typedef &src) { int size=src.size(); cout << "----- view -----" <

  • 2006年07月01日 11:41
  • 157人が参加中
  • 3

Eclipseトピック

Eclipseのトピック

Eclipse+CDT で .exeファイルが作成されない

namespace std; int main(){ cout << "Hello world" << endl

  • 2006年02月13日 12:56
  • 4501人が参加中
  • 8

ただいまC・C++勉強中!トピック

ただいまC・C++勉強中!のトピック

わかりません、お願いします!!

インスタンスを作成という手順をとっています。 ---------------------------- 【ソース】 #include #include using namespace std; class X{ int ス】 #include #include using namespace std; class X{ int hoge; public

  • 2006年01月11日 10:02
  • 404人が参加中
  • 4