Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 2:34
toxcct25-Jan-06 2:34 
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 4:50
professionalChris Losinger25-Jan-06 4:50 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 4:54
toxcct25-Jan-06 4:54 
General[Message Deleted] Pin
Chris Losinger25-Jan-06 5:02
professionalChris Losinger25-Jan-06 5:02 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 5:04
toxcct25-Jan-06 5:04 
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 5:13
professionalChris Losinger25-Jan-06 5:13 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 6:12
toxcct25-Jan-06 6:12 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 6:46
toxcct25-Jan-06 6:46 
i don't have any compiler there, so tell me if i'm wrong :
<font color=blue>#include</font> <font color=gray>"stdio.h"</font>   <font color=green>//it should be <stdio.h>, but anyway...</font>
<font color=blue>void main</font>(<font color=blue>void</font>) {
    <font color=blue>int</font> b =  0,
        c =  0,
        q = 60,
        _ =  q;
    <font color=blue>float</font> i = -20,
          o =   0,
          O =   0,
          l =   0,
          j =   0,
          p =   0;
    <font color=blue>do</font> {
        j = O * O;
        p = l * l;
        <font color=blue>if</font> ((!_) | ((j+p) > 4)) {
            i += !b;
            p = j = O = l = 0;
            <font color=blue>if</font> (b != 0) {
                fputc((q + (_ / 3)), <font color=blue>stdout</font>);
            }
            <font color=blue>else</font> {
                fputc(10, <font color=blue>stdout</font>);
            }
            c++;
        }
        <font color=blue>else</font> {
            l = (2 * O * l) + (i / 20);
            O = j - p + o;
        }
        _--;
        b = c % q;
        o = -2 + b * 0.05;
    } <font color=blue>while</font> (c < 2400);
}



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 7:02
professionalChris Losinger25-Jan-06 7:02 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 7:04
toxcct25-Jan-06 7:04 
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 7:09
professionalChris Losinger25-Jan-06 7:09 
GeneralRe: What it actually means... ! Pin
sunit525-Jan-06 7:14
sunit525-Jan-06 7:14 
GeneralRe: What it actually means... ! Pin
BadKarma25-Jan-06 20:42
BadKarma25-Jan-06 20:42 
GeneralRe: What it actually means... ! Pin
toxcct26-Jan-06 3:10
toxcct26-Jan-06 3:10 
GeneralRe: What it actually means... ! Pin
BadKarma26-Jan-06 3:36
BadKarma26-Jan-06 3:36 
GeneralRe: What it actually means... ! Pin
toxcct26-Jan-06 5:23
toxcct26-Jan-06 5:23 
GeneralRe: What it actually means... ! Pin
Rage25-Jan-06 3:46
professionalRage25-Jan-06 3:46 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 3:49
toxcct25-Jan-06 3:49 
GeneralRe: What it actually means... ! Pin
Rage25-Jan-06 4:18
professionalRage25-Jan-06 4:18 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 4:24
toxcct25-Jan-06 4:24 
GeneralRe: What it actually means... ! Pin
Rage25-Jan-06 4:27
professionalRage25-Jan-06 4:27 
GeneralRe: What it actually means... ! Pin
Rage25-Jan-06 4:55
professionalRage25-Jan-06 4:55 
QuestionInt in CString and Array question Pin
FARGORE24-Jan-06 23:19
FARGORE24-Jan-06 23:19 
AnswerRe: Int in CString and Array question Pin
benjymous24-Jan-06 23:28
benjymous24-Jan-06 23:28 
AnswerRe: Int in CString and Array question Pin
Owner drawn24-Jan-06 23:28
Owner drawn24-Jan-06 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.