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...
User Profile
Collapse
-
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...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 ;)...Leave a comment:
-
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...Leave a comment:
-
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)...Leave a comment:
-
yeah thats gotta be one of the lam3st things ive heard ("what a challenge") lol :P...Leave a comment:
-
-
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...Leave a comment:
-
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 :)...Leave a comment:
-
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 :) -
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...Leave a comment:
-
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>...Leave a comment:
-
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;
...
No activity results to display
Show More
Leave a comment: