Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[[for beginners]] "C++ Sample Programs and Codes"

EasyCure

The Fanatic
Advanced Member
Messages
485
Reaction score
6
Points
28
Welcome po sa thread ko! para po sa mga beginners lang sa programming( like me :) )
mas maganda kung mag sstart tau sa umpisa the "C language" may mas nauna pa naman po dito like turbo c followed by
c++ .. ano nga ba pinag kaiba ng turbo c at c++? wla magkaiba lng sila ng gumawa ng creator.. syempre mag kaiba ng creator
nag iba then konti ang codes at ang environment... yan po pag kaka-alam ko d ko lang po alam ang ibang opinion ng bihasa na sa
programming .. so start na po tayo..

Ang gamit ko po sa C++ ay Dev C++ first download nyo muna to

http://www.4shared.com/file/GpZYJ7qi/devcpp-4992_setup.html

Naka 4shared po sya.. at kailangn nyo pa gumuwa ng account.. madali lang naman po gumuwa ng account jan gawa nalang po kayo..

then heto.. sample codes and programs ko po.. sana po makatulong po sa inyo to

http://www.4shared.com/rar/NIw2Y5bS/C_online.html

thanks :)


 
TS, pwede ka ba gumawa ng program for bisection method using C++?
 
aus to ah. .

may comment lng aq ha. . C++ is a language. .turbo C is not. .
thats a compiler. . the programming language is C(not "Turbo C") & C++. .

correct me if im wrong. .:)
 
Gusto ko matuto nito..kaso php and java na ang naumpisahan ko
 
TS pwdi mo ba ako gawan ng AUTO key press?? mag spam ang Z with changeable alteration? or bigay mo nalang po ako ng code..or hints..thanks
 
aus to ah. .

may comment lng aq ha. . C++ is a language. .turbo C is not. .
thats a compiler. . the programming language is C(not "Turbo C") & C++. .

correct me if im wrong. .:)

slamat po sa additional info :)
 
TS pwdi mo ba ako gawan ng AUTO key press?? mag spam ang Z with changeable alteration? or bigay mo nalang po ako ng code..or hints..thanks

panu boss? d ko gaano gets?
 
up,.para makita ng mga maraming new comers na gumagawa ng "help" na threads...

up up up up up up... :D
 
UP.. pagpraktisan hanggat bakasyon :)
 
Boss pa-tambay dito ah. hehe Para makatulong at matulungan rin ako ng ating mga ka-symb. :clap:

Tanong lang po, pano po mareresolve ung Linker Error sa pagdedeclare ng static variables sa loob ng class kahit nasa "PUBLIC:" ung variable. Eto po ung sample code.

Code:
class MyClass
{
   public:
      void MyFunc1(void);
      void MyFunc2(void);
      static int MyVar1;
      static int MyVar2;
};

MyVar1 = 5;
MyVar2 = 10;

:thanks: in advance TS. Tsaka kung may tanong ung ma ka-symb natin pede rin po kaung magtanong sa akin. :lol:

UPDATE:
Nahanap ko na po ung problema. Kailangan po pala nasa hiwalay na C++ file ung initialization nung variable, hindi po pwedeng nasa loob ng isang Header file ung declaration at initialization. Sana makatulong po ito. hehe
 
Last edited:
Re: [[for beginners]] "C++ Sample Programs and Codes"

Mahusay Sir.

- - - Updated - - -

Mahusay Sir.
 
Back
Top Bottom