CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - INT 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Audio program
midi program
mpeg mp3
VOIP program
DVD
Streaming Mpeg4
Video Capture
Search - INT 1 - List
[
Multimedia program
]
chongzauhanshu
DL : 0
定义Name类的重载赋值函数。#include<iostream.h> #include<string.h> class Name { public : Name ( char *pN ) Name( Name & ) Name& operator=( Name& ) ~ Name() protected : char *pName int size } Name::Name ( char *pN ) { cout <<\" Constructing \" << pN << endl pName = new char[ strlen( pN ) + 1 ] if( pName != 0 ) strcpy( pName,pN ) size = strlen( pN ) }
Date
: 2008-10-13
Size
: 928byte
User
:
伍国
[
Multimedia program
]
playmultimedia_vivek
DL : 0
low level sound player , play any sound file using [DllImport("winmm.dll")] private static extern long mciSendString( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr oCallback) with c#-low level sound player , play any sound file using [DllImport("winmm.dll")] private static extern long mciSendString( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr oCallback) with c#
Date
: 2026-01-06
Size
: 51kb
User
:
hasbe allah
[
Multimedia program
]
DirectIntBufferTest
DL : 0
Direct Int Buffer Test Source Code for Andriod.
Date
: 2026-01-06
Size
: 1kb
User
:
s8835401suchen
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.