c처음 배우는 초보자인데 한번만 도와주세요 ..ㅜㅜ

lim4009의 이미지

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
 
 
int main() {
 
	char name[10];
	char tel[20];
	char address[50];
	char str[80]={0};
 
	printf("이름 입력 :");
	gets(name);
	strcamp(str, name);
	strcamp(str,", ");
 
 	printf("전화번호 입력 :");
 	gets(tel);
 	strcamp(str, tel);
 	strcamp(str,", ");
 
 	printf("주소 입력 :");
 	gets(address);
 	strcamp(str, address);
 
 	puts(str);
 
 
	system("pause");
	return 0;
}

를해서 프로필을 만드는 걸 하고있는데 계속

# Project: p353
# Makefile created by Dev-C++ 5.8.3
 
CPP      = g++.exe
CC       = gcc.exe
WINDRES  = windres.exe
OBJ      = p353.o
LINKOBJ  = p353.o
LIBS     = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc
INCS     = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.8.1/include"
CXXINCS  = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.8.1/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.8.1/include/c++"
BIN      = p353.exe
CXXFLAGS = $(CXXINCS) 
CFLAGS   = $(INCS) 
RM       = rm.exe -f
 
.PHONY: all all-before all-after clean clean-custom
 
all: all-before $(BIN) all-after
 
clean: clean-custom
	${RM} $(OBJ) $(BIN)
 
$(BIN): $(OBJ)
	$(CC) $(LINKOBJ) -o $(BIN) $(LIBS)  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<이부분에오류가 난대요 ㅜㅜ
 
p353.o: p353.c
	$(CC) -c p353.c -o p353.o $(CFLAGS)

그리고

[Error] ld returned 1 exit status
25 C:\Users\user\Desktop\프로그래밍\dev c++\Makefile.win recipe for target 'p353.exe' failed

이런것도 뜨는데 뭐죠?

dev c++사용하고 독학이라서 혼자는 못하겠네요 ㅎ후ㅜ

yukariko의 이미지

C기본함수중에
strcamp 라는 함수는 없습니다.
strcat을 잘못쓰신것같네요.

lim4009의 이미지

부끄럽네여...ㅎㅎ

shint의 이미지

#include <cstdlib>
#include <iostream>
 
using namespace std;
 
int main(int argc, char *argv[])
{
 
char name[10];
char tel[20];
char address[50];
char str[80]={0};
 
printf("이름 입력 :");
gets(name);
//16 C:\Users\shint\Desktop\main.cpp `strcamp' undeclared (first use this function) 
//strcamp(str, name);
strcmp(str, name);
strcmp(str,", ");
 
printf("전화번호 입력 :");
gets(tel);
strcmp(str, tel);
strcmp(str,", ");
 
printf("주소 입력 :");
gets(address);
strcmp(str, address);
 
puts(str);
 
    system("PAUSE");
    return EXIT_SUCCESS;
}

카드 할부로 구매하시면. 저렴하니. 추천합니다.
윈도우 XP 사용자라면. Visual Studio 2008 과 Visual Studio 6.0 을 사용하시는것이 좋습니다.

책을 몇권 보세요.
MSDN 에서 함수를 참고하세요.

MSDN - strcmp, wcscmp, _mbscmp
https://msdn.microsoft.com/ko-kr/library/e0z9k731.aspx

Visual Studio 2013 Communication 개인용이 무료랍니다. (윈도우7 이상)
http://www.visualstudio.com/en-us/products/free-developer-offers-vs.aspx

C언어 프로그래밍 기초 강의 무료
http://olc.oss.kr/main.jsp
http://olc.oss.kr/lec/detail.jsp?lecid=10

- 직업학교
- 학원
- 모임. 카페. 동아리. 세미나
- 도서관. 서점

웹 컴파일러
http://codepad.org/
http://ideone.com/

Qt SDK
http://www.qt.io/download/

PellesC IDE
http://www.christian-heffner.de/

DevC++
http://www.bloodshed.net/dev/devcpp.html

LG 개발자센터
http://developer.lge.com/main/Intro.dev

삼성 스마트 TV SDK
http://www.samsungdforum.com/

두목넷 사무자동화산업기사 강의 무료 (IE에서 됨)
http://www.dumok.net/study/free_lecture.php?course=10

C Programming AVR
http://cafe.naver.com/supup

당근이에 AVR
http://cafe.naver.com/carroty/

윈도우 95 중고 3만원 http://cafe.naver.com/joonggonara/208301810
윈도우 Me 중고 1 만원 http://cafe.naver.com/joonggonara/12664915

Visual Studio 2013 http://www.visualstudio.com/downloads/download-visual-studio-vs
http://software.devpia.com/Home/View/02010053 판매 링크
Visual Studio Pro 2013 Korean DVD 소비자가격 843,000 판매가격 수량 774,000
Visual Studio 2013 Express
Visual Studio 2012 http://blog.daum.net/knightofelf/1746 판매 링크
http://blog.daum.net/knightofelf/1737 IE Win7 VM
http://www.microsoft.com/ko-kr/download/details.aspx?id=30682

MS Visual Studio 2012 Professional - 438,720원
http://www.interpark.com/product/MallDisplay.do?_method=detail&sc.shopNo=0000100000&firpg=01&sc.prdNo=1561709934&sc.dispNo=016001&sc.dispNo=016001

MS Visual Studio 2013 Professional - 552,670원
http://www.interpark.com/product/MallDisplay.do?_method=Detail&ns1=list&ns2=oldList&ns3=prd&sc.shopNo=0000100000&sc.dispNo=008001&sc.prdNo=2240683601

데브피아는 Visual Studio Pro 2013 Korean DVD - 소비자가격 843,000 - 판매자 가격 774,000
http://software.devpia.com/View/02010053/List/1/02/0201

1,359,700원
MS Visual Studio 2013 Professional With MSDN 처음사용자용 한글 / 비쥬얼스튜디오2013프로 / VSPRO2013 / 정품패키지
http://www.interpark.com/product/MallDisplay.do?_method=Detail&sc.prdNo=2277707971&mid1=brief&mid2=btn_detail&mid3=001&sc.dispNo=001110109

Microsoft Visual Studio Test Professional 2012
http://www.microsoft.com/ko-kr/download/details.aspx?id=30662

Visual Studio 2012 Express http://www.microsoft.com/ko-kr/download/details.aspx?id=34673
Visual Studio 2010
http://blog.daum.net/knightofelf/154
Visual Studio 2010 Express http://www.visualstudio.com/downloads/download-visual-studio-vs#d-2010-express
Visual Studio 2008 Pro Trial http://paydma.blog.me/50174675407
Visual Studio 2008 판매 링크

Visual Studio 2008 Express Web 설치 go.microsoft.com/?linkid=7729279
Visual Studio 2008 Express 학생용 https://www.dreamspark.com/Product/Product.aspx?productid=34
Visual Studio 2008 Express SP1 http://www.microsoft.com/ko-kr/download/details.aspx?id=13276
Visual Studio 2008 Express ALL http://stackoverflow.com/questions/15318560/visual-c-2008-express-download-link-dead
Visual Studio 2005 판매 링크
Visual Studio 2005 Express http://www.microsoft.com/korea/msdn/vstudio/express/support/install/

Windows® Server 2003 SP1 Platform SDK Web Install http://www.microsoft.com/en-us/download/details.aspx?id=6510
Visual C++ .net 2003 한글판 10만원
Visual C++ .net 2002

Visual CE Toolkit 해외 판매 30만원

Microsoft Windows CE Toolkit for Visual C++ 6.0 [Old Version]
http://www.11st.co.kr/product/SellerProductDetail.tmall?method=getSellerProductDetail&prdNo=871423223&NaPm=ct=i0enl3r4|ci=c34088fcbefec524cdf6c49baaec262ae8bf9a65|tr=sl|sn=17703|hk=c904353be6fd4525979bea93066cfcd08b487276

Visual C++ 6.0 http://blog.daum.net/knightofelf/167 Visual C++ 책사면. 교육용 줍니다.
Visual Basic 6.0

BolrandC TurboC 유료
C++ Builder http://software.devpia.com/Home/View/02010056 판매 링크
https://downloads.embarcadero.com/free/c_builder
DevC http://www.bloodshed.net/dev/devcpp.html
Qt http://qt-project.org/downloads
GCC http://gcc.gnu.org/

MPLab http://www.microchip.com/pagehandler/en-us/family/mplabx/
CCS http://www.tms320.kr/shop/main/html.php?htmid=proc/swProduct-CCS.htm
monodevelop http://monodevelop.com/
SDCC http://sdcc.sourceforge.net/
Mard http://www.digitalmars.com/
MinGW http://www.mingw.org/
Lcc-Win32 http://www.cs.virginia.edu/~lcc-win32/

Adobe 모든 제품 https://www.adobe.com/kr/products/catalog.html
Flex 4.6 SDK http://www.adobe.com/devnet/flex/flex-sdk-download.html 상용 라이센스 비용 500만원이었던것 같음
http://blog.naver.com/hgh73/90168243798 설치 컴파일 방법
오픈소스 프로젝트 http://sourceforge.net/adobe/wiki/Projects/
http://loudon23.blog.me/30040580148
Flex Builder https://www.adobe.com/kr/products/flash-builder-family.html
Flex Builder http://www.adobe.com/devnet/flex.html Flex Builder 3는 무료라고 한다.

Java
Javascript
Lua
Lua 게임오븐 http://lab.idogame.hangame.com/
Ruby https://www.ruby-lang.org/ko/
Erlang http://www.erlang.org/
Cobol
Cobol99 http://mwallace.nl/school/theory/cobol_99.htm
rm Cobol
ACU Cobol

Fortran
GW-Basic http://blog.daum.net/knightofelf/1793 윈도우 XP 안에도 있다.
Q-Basic
Basic64
Delphi

Power Builder
Info maker

CUDA
NVidia
ATI

각종 IDE 소개 http://www.rainlethe.com/280

http://www.paintshoppro.com/en/products/paintshop-pro/

댓글 첨부 파일: 
첨부파일 크기
Package icon Desktop.zip124.68 KB
Image icon K-1.png96.93 KB
Image icon K-2.png109.46 KB

----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.

매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.

각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.