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
W

wong1907

@wong1907
About
Posts
27
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • round off problem
    W wong1907

    Hello, How to round a number into nearest integer in C++? Is there any function to do that? THX!!! :):):)

    C / C++ / MFC c++ help tutorial question

  • output format
    W wong1907

    If I prefer use cout rather than printf how can I do??? THX!!!:-D:-D

    C / C++ / MFC

  • output format
    W wong1907

    hello if "i","j" are double i=1.2345678 j=2.345678 cout<

    C / C++ / MFC

  • sorting problem
    W wong1907

    Hi, I am not good at programming. So, I hope somebody can help me to solve my problem. I already think it for a long time. My question is I have 2 set of datas. They are stored in variable no[i] and result[i]. no[0]=0.12 result[0]=medium no[1]=0.27 result[1]=medium no[2]=0.67 result[2]=short no[3]=0.43 result[3]=medium no[4]=0.98 result[4]=high no[i] and result[i] will combined together( i.e. 0.12 medium, 0.27 medium....) And my expected result is "0.12medium, 0.67 short and 0.98 high." How can I program it such that the computer know there have a three type of data, medium, short and high respectively. The question is so long!!! Thank you very much!!! :):):)

    C / C++ / MFC help question algorithms

  • string
    W wong1907

    Hello, I want to ask how to store a String in 2-D array foramt? e.g. abc[0][0]="A"; abc[0][1]="AA"; abc[0][2]="AAA"; ...... .... .. abc[n][n]="AAAAAAAAAAAAAAA"; THX!!! I am not using MFC, just the console mode!!! I think it for a long time!!!

    C / C++ / MFC c++ data-structures tutorial question

  • string
    W wong1907

    Hello, I want to ask how to store a String in 2-D array foramt? e.g. abc[0][0]="A"; abc[0][1]="AA"; abc[0][2]="AAA"; ...... .... .. abc[n][n]="AAAAAAAAAAAAAAA"; THX!!! :);):-O

    C / C++ / MFC data-structures tutorial question

  • float format
    W wong1907

    hello, I have the following problem, float medium(float queueinput) { float queueout; if ((queueinput>60)&&(queueinput<65)) queueout=(0.5/5)*(queueinput-60); return (queueout); } When I execute it, it give me the warning: "=": conversion from 'double' to 'float', possible loss of data Does anyone know what's wrong inside it? THX!!! :):):)

    C / C++ / MFC help question

  • random number
    W wong1907

    Hello, I want to ask how to generate a random number which is lie between 0 and n, and they are evenly distributed (i.e. all number have the same probability). Calvin thx!!! :-D:omg::rolleyes:

    C / C++ / MFC tutorial lounge

  • transparent!!!
    W wong1907

    Hi, I have a View which background colour is black, but when I use TextOut to display some texts on that view. There have a white box wrapped the text, So, I want to ask how to make the white box transparent/disappear. (i.e.It just display the text only.) Thx!!! :-D:)

    C / C++ / MFC tutorial

  • Colour fonts
    W wong1907

    OIC!!! THX YOU VERY MUCH!!!

    C / C++ / MFC tutorial question

  • Colour fonts
    W wong1907

    hello, I want to ask how to display colour fonts on CView?:)

    C / C++ / MFC tutorial question

  • add title
    W wong1907

    Sorry, I am not very understand, could you mind further explain on it? Thx:-D

    C / C++ / MFC tutorial

  • add title
    W wong1907

    It is CView window, THX!!!:-D

    C / C++ / MFC tutorial

  • add title
    W wong1907

    I have try this method, but this doesn't work!!!thanks you for your help :mad::((:)

    C / C++ / MFC tutorial

  • add title
    W wong1907

    HIHI, I want to ask how to add a title in child window. Thx!!!:-D

    C / C++ / MFC tutorial

  • format double
    W wong1907

    Thx you very much!!!:-D

    C / C++ / MFC

  • format double
    W wong1907

    hello, I am looking for a way to convert a double to the char representation. e.g. double x=12.3456 char y[10]; :)

    C / C++ / MFC

  • resizing
    W wong1907

    I want to ask how to make the child frame maximize and non-resizing? Thx you very much ^_^:-O

    C / C++ / MFC tutorial question

  • full screen
    W wong1907

    How to initialize a child frame window in full screen mode? :-D

    C / C++ / MFC tutorial question

  • scroll bar
    W wong1907

    I also use this tricky method before. But when I execute it, even there is no error and warning are detected. The program will terminated when I open a new file. I dont know why THX!!!

    C / C++ / MFC tutorial question
  • Login

  • Don't have an account? Register

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