由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
RisingChina版 - our vote code
相关主题
Jap's vote machine code一日一个C++ (4)!
把同性淫乱叫婚姻是违法行为,应该依法处理. (转载)一日一个C++ (5)!
A helloworld OpenMP question?你们看过programming pearls (2nd edition English) or 正在看的同学们
定义的struct数组很大时,为什么会出现奇怪的大数字?one c++ question
请教这个程序里用到了什么constructor啊?有几个copy constructor?C的argc问题
求助 怎么编辑 多个 .c files(比如a.c, b.c) 和一个.h file(ab (转载)为什么我这段简单的程序segment fault
请问这个mpi程序有什么问题?c++ 程序一问
继续学习C++!每天写一个程序,加油!bloomberg assessment的机经,c语言的(20道题)
相关话题的讨论汇总
话题: include话题: int话题: void话题: argc话题: argv
进入RisingChina版参与讨论
1 (共1页)
a**u
发帖数: 59
1
// Vote.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#include
#include
#pragma comment(lib, "wininet.lib")
int vote3(void);
void vall3(void *);
int v3;
int main(int argc, char* argv[])
{
unsigned int k,i;
if(argc==1) i=100;
else i = atoi(argv[1]);
printf("%d threads (for each vote) will be opened! \n", i);
for(k=0;k
1 (共1页)
进入RisingChina版参与讨论
相关主题
bloomberg assessment的机经,c语言的(20道题)请教这个程序里用到了什么constructor啊?有几个copy constructor?
C++ online Test 又一题求助 怎么编辑 多个 .c files(比如a.c, b.c) 和一个.h file(ab (转载)
C++ 一题请问这个mpi程序有什么问题?
这题哪错了?继续学习C++!每天写一个程序,加油!
Jap's vote machine code一日一个C++ (4)!
把同性淫乱叫婚姻是违法行为,应该依法处理. (转载)一日一个C++ (5)!
A helloworld OpenMP question?你们看过programming pearls (2nd edition English) or 正在看的同学们
定义的struct数组很大时,为什么会出现奇怪的大数字?one c++ question
相关话题的讨论汇总
话题: include话题: int话题: void话题: argc话题: argv