代码搜索:static_cast
找到约 1,271 项符合「static_cast」的源代码
代码结果 1,271
www.eeworm.com/read/265605/11260312
static_cast
www.eeworm.com/read/135436/13933169
cpp dialogs.cpp
#include "dialogs.h"
#include "sman.h"
#include
/*************************************************************
*
* Log level dialog
*
**********************************************
www.eeworm.com/read/162614/5518476
c static_cast2.c
struct B {};
int main () {
B a;
(1 ? static_cast(a) :
*static_cast(&a));
}
www.eeworm.com/read/188512/8533356
cpp fig15_03.cpp
// Fig. 15.3: Fig15_03.cpp
// Printing the address stored in a char * variable.
#include
using std::cout;
using std::endl;
int main()
{
char *word = "again";
// display va
www.eeworm.com/read/479166/6700259
cpp fig15_03.cpp
// Fig. 15.3: Fig15_03.cpp
// Printing the address stored in a char * variable.
#include
using std::cout;
using std::endl;
int main()
{
char *word = "again";
// display va
www.eeworm.com/read/210671/15193769
cpp fig11_08.cpp
// Fig. 11.8: fig11_08.cpp
// Printing the address stored in a char* variable
#include
using std::cout;
using std::endl;
int main()
{
char *string = "test";
cout
www.eeworm.com/read/208576/15243979
cpp fig15_03.cpp
// Fig. 15.3: Fig15_03.cpp
// Printing the address stored in a char * variable.
#include
using std::cout;
using std::endl;
int main()
{
char *word = "again";
// display va
www.eeworm.com/read/162614/5518951
c ref1.c
class a {} a1;
template class b { public: b() { static_cast (p); }; };
int main() { b b1; }
www.eeworm.com/read/113029/15472182
cpp fig12_03.cpp
// Fig. 12.3: fig12_03.cpp
// Printing the address stored in a char * variable.
#include
using std::cout;
using std::endl;
int main()
{
char *word = "test";
// display v