mixiで趣味の話をしよう

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

条件変更

すべての検索結果:35

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

C#トピック

C#のトピック

暗号化(GUIにしてもうたスマソ。。) 無駄な箇所を教えていただけると嬉しい

System.Security.Cryptography; using System.IO; namespace WindowsFormsApplication1 using System; using System.Collections.Generic; using

  • 2012年08月24日 17:51
  • 4221人が参加中
  • 16

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

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

プログラムのアドバイスをお願い致します。(ぷよぷよ@C++)

るし、そうすると using namespace も書く必要が出てくるので、書かなくてもいいのかなとも思いました。  二重

  • 2011年04月26日 17:55
  • 13080人が参加中
  • 24

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

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

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

// atoi, atof使用 using namespace std; void main() { string col[300][10

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

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

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

String型からchar*型

" using namespace System; void func(char *c); int main() { String ^str

  • 2010年09月15日 21:03
  • 13080人が参加中
  • 11

Java部トピック

Java部のトピック

開発言語に関したトピック1

) ---------------------------------------------------- //C#版 Hello World using System; namespace Hello{ class Hello

  • 2010年04月29日 21:20
  • 10人が参加中
  • 1

C#トピック

C#のトピック

C#を・・・

namespace System; using namespace System::Collections::Generic; using namespace System::ComponentModel; using namespace System::Data; using

  • 2009年12月01日 20:10
  • 4221人が参加中
  • 16

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

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

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

using namespace std ; //スーパークラス class Super { private: //Run関数

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

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

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

classの中のclassについて

スは以下のようになってます。 #include using namespace std ; //Smallクラス class Small { private

  • 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 はじめまして。C/C++初心者です。現在Financial Modeling using C++というC++初心

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

S/R言語、S-PLUSトピック

S/R言語、S-PLUSのトピック

R 2.7.0 is released

identified (as package, namespace or global) previously generated an error. It now results in creating and using an artificial package name from the

  • 2008年04月23日 10:57
  • 231人が参加中

徳島大学制御工学研究室トピック

徳島大学制御工学研究室のトピック

PCとH8の通信のやつです。

-------------------------------------------------------------------- #pragma once namespace PCtoH8 { using namespace System; using namespace System::ComponentModel; using namespace System::Collections

  • 2008年04月16日 10:32
  • 24人が参加中

デザインパターントピック

デザインパターンのトピック

NullObjectパターン

://d.hatena.ne.jp/zecl/20080210/p1 using System; using System.Collections ; using System.Collections.Generic; using System.Reflection; using

  • 2008年04月10日 21:08
  • 298人が参加中

C#トピック

C#のトピック

DB接続でExceptionが出るが理由が分からない

; using System.Windows.Forms; namespace VC20070904DB5 { public が分からず困っています。 ------------------------------------------------------ using System; using System.Collections.Generic; using

  • 2007年09月05日 00:15
  • 4221人が参加中
  • 3

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

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

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

// all above from current Standard ANSI/ISO C++ using namespace std

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

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

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

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

#include using namespace std; class Employee { public

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

ゲームエンジントピック

ゲームエンジンのトピック

Irrlichtプログラミング クイックスタート on MacOSX

プルなIrrlichtファイルの例 main.cpp // from here -> #include using namespace

  • 2007年02月01日 02:54
  • 257人が参加中
  • 1

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

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

質問です。

00004 00005 #include "octaveio.h" 00006 00007 using namespace std

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

標準C++トピック

標準C++のトピック

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

パイルはデバッグを指定して、コンパイルオプションはデフォルトのままです。 #include using namespace std; int main

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

C#トピック

C#のトピック

クラスの動的な実装

System.Collections.Generic; using System.Text; using System.Collections; namespace ; using System.Windows.Forms; using System.Collections; namespace

  • 2006年12月01日 18:27
  • 4221人が参加中
  • 8

C#トピック

C#のトピック

.NET 2.0のSoapExtentionで圧縮通信

System.Web.Services; using System.Web.Services.Protocols; namespace っちゃいます。 下記が検証してみたソースなのですが、どこかまずいところなどありましたらアドバイスお願いします! using System

  • 2006年11月05日 10:45
  • 4221人が参加中
  • 1

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

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

[質問]staticなメソッド

ジェクト参照が必要です。 --------------------------------------------------- using System; namespace CostomArray {   public class CostomArrayData

  • 2006年11月03日 22:09
  • 494人が参加中
  • 5

標準C++トピック

標準C++のトピック

deprecated or antiquated header

-------------------- #include #include #include #include using namespace std; int least one deprecated or antiquated header. Please consider using one of

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

CとC++トピック

CとC++のトピック

まるなげ君(その40)

ような手順でやったらいいのか教えてください。 #include #include #include using namespace std

  • 2006年10月01日 17:46
  • 829人が参加中

標準C++トピック

標準C++のトピック

STLを使ったサンプル

スファイルが複数になった時にプログラムが肥大化しないためのおまじないと考えてください。 #include #include #include #include using namespace std; typedef

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

Eclipseトピック

Eclipseのトピック

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

++ project で作成しました。 ---------test.cpp--------------- #include using namespace std; int main(){ cout << "Hello world" << endl

  • 2006年02月13日 12:56
  • 4502人が参加中
  • 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

C++最強伝説トピック

C++最強伝説のトピック

合っていますか?

#include using namespace std; class sbtree{ class list{ int val

  • 2006年01月02日 03:35
  • 385人が参加中
  • 1