Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

Jung Seng Won

@Jung Seng Won
About
Posts
14
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • is there anyone who read "Programming the Microsoft windows Driver Model by Walter oney" ?
    J Jung Seng Won

    Hi, i am studing Device Programming. i am reading that book. The book have many sample. and chapter2 have STUPID. but i don't know how to run this example. can you tell me how am run this example? and can you tell me how can i use FastInst? Thank you for reading, and have a nice day~

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    Hardware & Devices tutorial question learning

  • can you recommend Device book?(i am so beginner) [modified]
    J Jung Seng Won

    so, what book should i see?

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    modified on Tuesday, July 15, 2008 7:01 AM

    Hardware & Devices learning c++ algorithms tutorial question

  • can you recommend Device book?(i am so beginner) [modified]
    J Jung Seng Won

    Hi, i am interesting Device programming. i am already seen C, C++. i want to learn that technique. so, i was searching book about Device programm and i found below 3 book. but i don't know these book fit me who is beginner. 1. Programming the Microsoft Windows Driver Model, 2. The Windows 2000 Device Driver Book : A Guide for Programmers 2/E 3. Writing Windows WDM Device Drivers , 4. Microsoft Windows Internals(4/E) and if you have other book, can recommend me, please let me know~ have a good day^^~

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    modified on Tuesday, July 15, 2008 3:52 AM

    Hardware & Devices learning c++ algorithms tutorial question

  • i want to know ACM problom's answer or tip.
    J Jung Seng Won

    These day i practice ACM problem. and many times, i can't understand problem. i am studying by "Programming challenges" book. but that book only give me problom, not answer. what i want to say is i want to know tip. May be there are people who solve problom, and i don't want to code or source, i just want to know how they can solve that problem. so, do you know website about ACM problom and tip?

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    C / C++ / MFC help question learning

  • i can't understand why this result is showed~
    J Jung Seng Won

    if i input three string, test1 test2 test3 and result is test1 test2 test3 test3 as you can see, test3 show two times. why that result come? void main() { char data[100]; int i; FILE *fp = fopen("D:\\Code\\test\\input.txt","rt"); int lens; int num; char ch; if(fp == NULL) { puts("Error"); exit(0); } while ( !feof(fp) ) { fgets(data, sizeof(data)-1, fp); fputs(data, stdout); } fclose(fp); }

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    C / C++ / MFC help question

  • can you tell me what mean this?
    J Jung Seng Won

    http://www.mathematische-basteleien.de/somacube.htm i am searching about soma cube. and above site show Full source about soma by c++. but i can't understand the numbers~~ do you know what mean this? Loesung Nr: 1 000 100 000 011 000 000 000 000 000 000 001 110 000 000 000 000 011 000 100 000 000 000 100 000 001 000 010 000 000 110 001 000 000 000 000 000 000 001 000 000 000 110 000 000 000 000 000 111 000 111 000 000 000 000 000 000 100 000 000 000 000 000 011

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    C / C++ / MFC c++ algorithms question

  • i don't know how contol this applet~
    J Jung Seng Won

    i am planning to making soma cube. i am looking for data about soma cube, and find this site. " http://users.ids.net/~salberg/soma/Soma.html " i try to control block by using SHIFT, CTORL key but i can't. i want to know how am i control these block~ i will very thank you for giving me tip. Have a good day~

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    Java csharp html

  • [Message Deleted]
    J Jung Seng Won

    [Message Deleted]

    C / C++ / MFC

  • i want to make USB control system, please give me tip
    J Jung Seng Won

    i am 3rd-year student of university. i ready to do project which i can do~ so i am thinking what can i make~ and i want to make USB control system. USB control system is allowing computer to use USB that is registered by administrator. if you want to use USB in your computer, you should input your password. but i just have idea , and i don't know what should i do first.... My friend don't know ... so can you please give me tip and recommand book which i can reference? (i can do c, c++ not winapi or MFC)

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    Hardware & Devices c++ question learning

  • i want to make usb control system~give me tip please~
    J Jung Seng Won

    i am 3rd-year student of university. i ready to do project which i can do~ so i am thinking what can i make~ and i want to make USB control system. USB control system is allowing computer to use USB that is registered by administrator. if you want to use USB in your computer, you should input your password. but i just have idea , and i don't know what should i do first.... My friend don't know ... so can you please give me tip and recommand book which i can reference? (i can do c, c++ not winapi or MFC)

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    C / C++ / MFC c++ question learning

  • i don't know why both result same~
    J Jung Seng Won

    #include <time.h> #include<stdio.h> #include <conio.h> #include <stdlib.h> #include <Windows.h> void main() { time_t curr, bir; struct tm *curr_tm, *bir_tm; curr = time(NULL); bir = time(NULL); curr_tm = localtime(&curr); bir_tm = localtime(&bir); // printf("%s\n", asctime(curr_tm)); // printf("%s\n", asctime(bir_tm)); bir_tm->tm_year = 83; bir_tm->tm_mon = 11; bir_tm->tm_mday = 26; printf("%s\n", asctime(curr_tm)); printf("%s\n", asctime(bir_tm)); }//main i don't know why printf("%s\n", asctime(curr_tm)); printf("%s\n", asctime(bir_tm)); 's result is same~ definitly curr_tm, bir_tm 's paramata is different~ example) curr_tm = localtime(&curr); bir_tm = localtime(&bir);

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    C / C++ / MFC tutorial

  • how am i use "textattr" which is library in turbo c to visual studio?
    J Jung Seng Won

    my complie tool is visual studio6.0. but some source is made from turbo c. so i can't complie on the visual studio. "textattr" <-- that function. so there are any same function with "textattr" on the visual studio library?

    firstly, i am sorry, i am from korea. and i am not good in wriitting english so please understand~ Thank you everyone~

    C / C++ / MFC csharp visual-studio question

  • i have some question about api MOUSE event.
    J Jung Seng Won

    it is working when i put return 0, ~ thank you~~

    Thank you everyone~

    C / C++ / MFC question graphics json

  • i have some question about api MOUSE event.
    J Jung Seng Won

    this is part of my code. and i am making some drawing line. first, i put my left_mousebutton then point is displayed, but the line don't draw~ it is good if i delete "WM_LBUTTONUP". can you tell me why this happen? HDC hdc; PAINTSTRUCT ps; static TCHAR str[200] ; int len; static int x = 100; static int y = 100; static bool b_start = false; case WM_LBUTTONDOWN: x = LOWORD(lParam); y = HIWORD(lParam); b_start = true; return 0; case WM_MOUSEMOVE: if(b_start == true) { hdc = GetDC(hWnd); MoveToEx(hdc, x, y, NULL); x = LOWORD(lParam); y = HIWORD(lParam); LineTo(hdc, x, y); ReleaseDC(hWnd, hdc); }//b_start == true case WM_LBUTTONUP: b_start = false; return 0; }//iMessage return (DefWindowProc(hWnd, iMessage, wParam, lParam)); }//LRESULT

    Thank you everyone~

    C / C++ / MFC question graphics json
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups