C++ 에서 64bit 짜리 정수쓰기

hsnks100의 이미지

C++ 에서 64bit 정수를 쓰려고 했습니다.

그런데 __int64 나 long long 을 치는 순간
이것이 표준인가 의심이 들더군요.
그래서 부랴부랴 C++98 문서 찾아보고
__int64 나 long long 같은건 없다는걸 알았습니다.

64bit 짜리 정수를 표준적으로 쓰는 방법은 없는건가요?

mg2000의 이미지

저도 64bit 데이터 타입에 대한 자료를 찾아봤는데, 속시원한 자료는 없는 것 같더라고요.

어쩔 수 없이, Windows용/GCC용을 별도로 나눠서 구현하고 있습니다. ㅠ.ㅠ

kimbeast의 이미지

에 보시면 define된 자료형들이 있습니다.

64비트형 정수는
int64_t

32비트형 정수는
int32_t

를 사용하시면 됩니다.

----------------------------------------------------
난 프로그램 창조자이다. Coder가 아니다.
----------------------------------------------------

----------------------------------------------------
난 프로그램 창조자이다. Coder가 아니다.
----------------------------------------------------

grassman의 이미지

최근 컴파일러는 C99를 지원하니 같이 써도 될 듯 하지만 예전 컴파일러에는 쓸 수 없습니다.

dg의 이미지

C99 표준에서는 long long 이 있습니다.
C++ 표준에 없다는거는 처음 알았네요.

cppig1995의 이미지

C++0x는 C99의 새로운 기능들을 모두 포함할 예정입니다.
어차피 지금도 대부분 C++ 컴파일러들이 long long 정도는 지원해주고 있어요:)
--
임수서룬뫼 윤희수 {cppig1995/돼지군}

Real programmers /* don't */ comment their code.
If it was hard to write, it should be /* hard to */ read.

hsnks100의 이미지

죄송한데 int32_t 가 어느 해더파일에 있죠?

inttypes.h
stdint.h

에 있다고 해서 해보니 없는 파일이라는군요. (VS 2008 입니다.)

----------------------------------------------------
알디 입니다.

----------------------------------------------------
개인 블로그: https://kangssu.com

김동수의 이미지

없는게 정상입니다.
꼭 쓰시고 싶으시다면, 리눅스 헤더 파일을 포팅해서 쓰셔야 합니다. 아니면, long long 를 int64_t 로 define 하셔서 쓰셔야 겠지요. int32_t 도 마찬가지로 int 를 define 하셔서 쓰시면 됩니다.

참고로, VC2008에 포함된 C++컴파일러는 C99 표준을 지원하지 않습니다.

-------------------------------------
김동수 - PublicEnemy

김동수 - Prototype for Evolution

Necromancer의 이미지

typedef long long INT64;
typedef unsigned long long UINT64;

Written By the Black Knight of Destruction

Written By the Black Knight of Destruction

kasworld의 이미지

C/C++ 언어 스펙에서 int/long 타입의 비트수가 정의 된 적이 있던가요?

그냥 컴파일러/플랫폼/OS 별로 알아서 적당한 비트수로 구현하는 것이 언어 스펙이니
질문자체가 성립되지 않는 것 같습니다.

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.