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!

-= Having Difficulties in C++ and Java? Be a Part of This Thread =-

Re: -= Having Difficulty in C++? Be a Part of This Thread =-

boss need ko ng installer ng c++, meron ba kayo dyan?
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

nanibago ako sa interface, wala po ba yung Visual Basic na C++?

tsaka bakit ganon, ala pa yung pina ka result nag exit na agad yung program?

di ko tuloy makita if tama yunh sagot
 
Last edited:
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

nanibago ako sa interface, wala po ba yung Visual Basic na C++?

tsaka bakit ganon, ala pa yung pina ka result nag exit na agad yung program?

di ko tuloy makita if tama yunh sagot


medyo malaki kasi ang size nyang visual studio c++ kaya yung devc++ na lang ang pinost na installer since puro console lang naman ang kadalasang gamit :thumbsup:

kung gusto mo, punta ka sa microsoft website at dun mo iDL ang hinahanap mo :thumbsup:

file>new project>console application ang gawin mo pag gagawa ka ng program :thumbsup:
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

boss ano pinagkaiba nung console application?
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

pa help po.. :D

may pina research po kasi samin yung prof ko. "Pull up pull down menu"

bale parang ganto un:

WINDOWS%20XP%20RECOVERY%20FEATURES%20IMAGE%203.JPG


diba pag pindot mo ng up arrow mahahi-light dapat yung selection mo pataas yan since arrow up, pababa naman kung arrow down..
halimbawa gusto mo select safe mode up arrow papunta dun..

yung pinka code lan na yan ang need ko thanks po..
 
Last edited:
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

pa help po.. :D

may pina research po kasi samin yung prof ko. "Pull up pull down menu"

bale parang ganto un:

WINDOWS%20XP%20RECOVERY%20FEATURES%20IMAGE%203.JPG


diba pag pindot mo ng up arrow mahahi-light dapat yung selection mo pataas yan since arrow up, pababa naman kung arrow down..
halimbawa gusto mo select safe mode up arrow papunta dun..

yung pinka code lan na yan ang need ko thanks po..

wahehe. sabi ko na nga ba yan post mo e :D
si diaven meron na nyan :lol:
ayaw lang ibigay sakin yung code ^_^
binigyan nya ko ng tip kung pano
pero i haven't tried it yet.
so ayun, nganga tayong dalawa
wahahahaha

good luck :salute:
Can't help you yet.
sorry
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

@ate kaye..

hahahahaha!!! desperado na ko makagawa, ang saket sa bangs ng 60grade ee...

wahaha! may LSS pa kasi ako bukas kea dito na ko nagpost... :/ buset si mama ee... imbis na matatapos na tong research na to by sunday, wala biglang hindi na... :( haha! :D
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

@ate kaye..

hahahahaha!!! desperado na ko makagawa, ang saket sa bangs ng 60grade ee...

wahaha! may LSS pa kasi ako bukas kea dito na ko nagpost... :/ buset si mama ee... imbis na matatapos na tong research na to by sunday, wala biglang hindi na... :( haha! :D

kulitin niyo po si sir diaven :thumbsup:
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

@sir diaven

Pahelp naman po... pls..


:pray: :pray: :pray:
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

pa help po.. :D

may pina research po kasi samin yung prof ko. "Pull up pull down menu"

bale parang ganto un:

WINDOWS%20XP%20RECOVERY%20FEATURES%20IMAGE%203.JPG


diba pag pindot mo ng up arrow mahahi-light dapat yung selection mo pataas yan since arrow up, pababa naman kung arrow down..
halimbawa gusto mo select safe mode up arrow papunta dun..

yung pinka code lan na yan ang need ko thanks po..

Learn about MS's console library.
http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

Some of the MS console library functions you will most likely use in your program:
GetStdHandle
GetConsoleMode/SetConsoleMode
WaitForSingleObject
PeekConsoleInput/ReadConsoleInput
SetConsoleTextAttribute
SetConsoleCursorPosition
WriteConsoleOutput

of course you'll also need to learn about the console structures:
COORD
INPUT_RECORD
CHAR_INFO
SMALL_RECT
....
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

pasubscribe mga sir.. i'll make this thread as my reference po.. thanks
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

@sir diaven

Pahelp naman po... pls..


:pray: :pray: :pray:


after that menu ano na ang magdidisplay? kunyari pag pindot ng safe mode, ano na ang lalabas? :noidea:

hindi ganun kadali yan eh, hindi ko rin alam kung tama yung ginawa ko dati.. pero namomove yung highlight pag press ng up and down arrows.. medyo madugo din :lol:

hindi ko pa magawa ulit, busy pa hanggang next week siguro :upset:
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

Learn about MS's console library.
http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

Some of the MS console library functions you will most likely use in your program:
GetStdHandle
GetConsoleMode/SetConsoleMode
WaitForSingleObject
PeekConsoleInput/ReadConsoleInput
SetConsoleTextAttribute
SetConsoleCursorPosition
WriteConsoleOutput

of course you'll also need to learn about the console structures:
COORD
INPUT_RECORD
CHAR_INFO
SMALL_RECT
....

Sir invalid po yung link..


after that menu ano na ang magdidisplay? kunyari pag pindot ng safe mode, ano na ang lalabas? :noidea:

hindi ganun kadali yan eh, hindi ko rin alam kung tama yung ginawa ko dati.. pero namomove yung highlight pag press ng up and down arrows.. medyo madugo din :lol:

hindi ko pa magawa ulit, busy pa hanggang next week siguro :upset:

actually may binigay po sakin si ate kaye galing sayo, yung menu,...

MENU
menu1
menu2
menu3
press ESC button to quit....

yan na mismo po yung need ko,,, wahuhu!! no time for reading boss.. :upset:
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

Sir invalid po yung link..



actually may binigay po sakin si ate kaye galing sayo, yung menu,...

MENU
menu1
menu2
menu3
press ESC button to quit....

yan na mismo po yung need ko,,, wahuhu!! no time for reading boss.. :upset:


yan nga yung gawa ko :lol:

binigay ko lang sa kanya yung exe file nun :lol:
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

exe file nga yan.. pwede ba to decompile>>?? hahaha!
 
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

Edit...
 
Last edited:
Re: -= Having Difficulty in C++? Be a Part of This Thread =-

Ang gagaling nyo na mga dre! .. :clap:
 
Back
Top Bottom