conio.h 와 stdio.h 함께 써도 되요?

conio.h 와 stdio.h 함께 써도 되요?

작성일 2007.04.23댓글 2건
    게시물 수정 , 삭제는 로그인 필요

예를 들어

conio.h  쓰면
#include int main(){char ch;for ( ; (ch=getch())!='\r'; ) if(ch>=48 && ch요런 식을 완성 할수 있잖아요?

예를 들어

#include
#include

~~~
~~

이렇게 쓰면

conio.h 기능과 stdio.h 기능을 다 사용 할수 있나여?



profile_image 익명 작성일 -

둘다 쓸 수 있습니다 ^^;;

 

제가 예전에 conio.h 에 있는 라이브러리를 많이 쓰곤 했는데..

 

include 하시면 몇개고 같이 쓸수있죠 ^^;

profile_image 익명 작성일 -

둘다 쓸수 있습니다...

conio.h 와 stdio.h 함께 써도 되요?

... 예를 들어 #include<conio.h> #include<stdio.h> ~~~ ~~ 이렇게 쓰면 conio.h 기능과 stdio.h 기능을 다 사용 할수 있나여? 둘다 쓸 수 있습니다 ^^;; 제가...

배열 출력에 관하여 질문드립니다.

... 추가해서 함께 출력해 보았습니다. #include<stdio.h... 모든 상황에서 둘이 막무가내로 교환해가며 써도... 수치적으로는 &array &array[0] 과 같지만, 그 메모리에...

c언어에서 #ifndef을써도 중복선언이...

... dev c++을 써도 비주얼스튜디오를 써도 계속 중복 오류입니다 ㅠ 왜그럴까요 a.h ▼ #ifndef _A_ #define _A_ int a=0; void Print(); #endif b.cpp▼ #include <stdio.h> #include...

C언어중 배열과 for문이 썩인 코드...

... H><stdio.h> #include <conio.h><CONIO.H> int main(int argc, char* argv[]) { int i; char s... [i], '\0' } ... 같은 방식으로 표현 될 것입니다. char t[ 3 ] = { s[i],. s[ i + 1], '\0' }; // C...

struct {} pont p1* *p1

... 그리고 포인터 사용시에 *point point... pTail) //// pTail 이 없으면 생성과 함께 pHead에... include "stdio.h" #include "stdlib.h" #include "conio.h...

터보씨에서..

... 만들었습니다 #include <conio.h> #include <stdio.h... 헤더파일은 graphics.h 와 conio.h 만 있어도 되죠.... gd,&gm,"c:\\tc\\bgi"); hunsuky 라고 써도 되구요.

컴퓨터 c언어 문제

... gets() scanf(“%s”,…) 다른 점 : 문자열의 끝을 따로 지정해야 한다.... 내일까지해야되요 ㅠ.ㅠ 선생님무서움 #include <stdio.h> #include <conio.h...

프로그램 소스 문제인데요

#include <stdio.h> #include <conio.h> void main() { int n1=3,n2=4,n3=1; n3+=n2; n2*=n1+5; n1+=n2+=n3;... 함수에는 () 그 끝에 ;를 붙입니다 #include<conio.h> - Consol Input Output.h 콜솔...