小编Dav*_*e C的帖子

在哪里/如何定义null?

Null没有宣布?

我的代码:

// Include necessary libraries
#include <cstdlib> // Exits
#include <iostream> // I/O
#include <cstring> // String functions
using namespace std;

int main(int argc, char *argv[])
{
    //Declare local Constants and Variables
    const char SOKINP[19] = "23456789TtJjQqKkAa"; // Valid Input Characters
    char acCards [5]; // Array to hold up to five cards (user input)
    bool bErr;        // Loop on Error (Calculated)
    int  i,           // Loop variable (Calculated)
    iNbrCrd,          // Number of Cards 2-5 (user input)
    iNAces,           // Number of …
Run Code Online (Sandbox Code Playgroud)

c++ null

0
推荐指数
1
解决办法
2345
查看次数

标签 统计

c++ ×1

null ×1