User Profile

Collapse

Profile Sidebar

Collapse
jacoder
jacoder
Last Activity: Jan 7 '07, 09:00 PM
Joined: Oct 26 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jacoder
    replied to Banfas Tutorials Feedback Thread
    in C
    glad to see your still working on teaching more c classes , indeed you are correct Ganon11 too many people skip the problem solving planning part, [:]

    i cant w8 for the real stuff "coding" learning from you guys as experienced programmers is a privilage for me , as i am finding c a great language to learn ;-)
    Bring it on ("the good stuff, looking forward to some problem solving code") that i will sure learn...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to Banfas Tutorials Feedback Thread
    in C
    NICE ONE Banfa hope you had a nice holiday m8 and its good to see these tutorials being put on forum for us n00bs to learn from :D , i can only give you more reespect for taking the time to do such cool stuff especially when we all lead busy lifes , its good to see someone take time to give these kinda lessons out to us guysNgals who need to use them ;) SHEAR REESPECT M8...
    See more | Go to post

    Leave a comment:


  • it is C im interested inn il learn C++ after i learn C good to see these tuts going up though guys as it helps alot of us n00bs out ;)...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to Banfas Tutorials Feedback Thread
    in C
    good to see the 1st lesson up there ;) nice one & looking forward to many more, keeping in mind i am n00b 2 programing , I am here to learn from you guys&hopefully i become more advanced in C,
    I need the brainfood lol , thx alot for answering my post and taking the time to post these lessons.

    I`l be keeping a close eye on this subject as im sure it will provide plenty good help for me
    RESPECT & PEACEOUT...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to urgent .. plz
    in C
    thats lame *you havnt even posted a single line of code* & im no where nr good coder yet but i try (make sumthing code sumthing you might actually like it)...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to urgent .. plz
    in C
    yeah thats gotta be one of the lam3st things ive heard ("what a challenge") lol :P...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to AES in C language using GMP library
    in C
    hmm sorry i cant help me is more new :|...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to C classes for beginners
    in C
    yeah i also would take part in any java classes going & C classes too, as im not advanced enough for C++ yet :p Sounds Good tho & this (would "i think make the forums grow" like fastish) >.< as people would know they can be educated as well as talkabout there prefered language eh hey hey :D plz let me be 1st to know when 1st class start, il be pwning my own O.S. b4 i know it HAHA i wish C you guysNgals ltr oki regards TTFN...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to C classes for beginners
    in C
    indeed variables is a great place to start, its the 1st thing i was tought nrly "how to declare & call vars and give them a value too" ;) *NICE ONE personally right now im looking at strings and howto make (int)strstr(); but i have only this small peice of code i cud use sum examples of howto use a str & when best to use str ,looking forward to 1st lesson :D reespect to all whom answered TIA :)...
    See more | Go to post

    Leave a comment:


  • jacoder
    started a topic C classes for beginners
    in C

    C classes for beginners

    i was just thinking it would be an idea if somebody with good C knowledge could maybey teach a class a week here on c programing for n00bs ;) i know theres some experienced c programers out there so it was just an idea would be nice tohave a c class a week from a C WIZARD :)
    See more | Go to post

  • jacoder
    replied to declaring variable values
    in C
    thx alot guys >.< so = i now know has presidence over , as does () have presidence over + or - i tried above codes :p i added getch for puase (); also to see console window ;)
    im going to be tought sum string ("strstr") but have never done any string before do any of you more experienced programers out there have any good examples of howto make string in C thx again ,I like to say thx to you all for the feedback reespect&peaceo ut...
    See more | Go to post

    Leave a comment:


  • jacoder
    replied to declaring variable values
    in C
    aha thx alot i took the %d away and added %f since its float datatype i shud have known better but its great to get an extra opinion im using DEV-C++ 4.9.9.2 to compile my code here is what i have now ;)

    /*============== =============*/
    /* NAME: Jacoder */
    /*TUTOR: A.Wizard */
    /*CLASS: Declare3Vars.c */
    /*============== =========*/


    #include <stdio.h>...
    See more | Go to post

    Leave a comment:


  • jacoder
    started a topic declaring variable values
    in C

    declaring variable values

    i amm on my 4th C class ever;)
    i have taken to the language ok but im stuck trying to declare the values of my 3 variables hers my effort HOPE SUMONE CAN CORRECT THIS MESSY CODE & LEND A HELPING HAND TIA

    #include <stdio.h>
    #ifdef _WIN32
    #include <conio.h>
    #else
    #include <curses.h>
    #endif

    int main()
    {

    float coffee;
    ...
    See more | Go to post
No activity results to display
Show More
Working...