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!

All about programming (Specially c, c++, VB, Java)

Sino magaling dyan pa 2long naman iba kasi code ng DevC kaysa turbo C

Pano po code ng program na mag ask ng name na using character Array, wala kasing string sa dev c na ang pattern ng code ai almost the same sa turbo c.

my Wrong Code.
______________________________________________
#include <stdio.h>
#include <conio.h>
main()
{

char name[10];

printf("Enter your name: ");
scanf("%c", &name);

printf("Your name is %c, name);
getch();

}

_______________________________________

My goal output
Output:

Enter name: Code

Your name is Code
 
May tanong lng., Pano mag run ang VB6 into network?., ung isang PC lng iinstallan tapos mararun xa ng ibang PC na same database(MS ACCESS) ang ginagamit., thanks!., sabi kac ng prof namin bawal ang standalone software eh.,
 
Sino magaling dyan pa 2long naman iba kasi code ng DevC kaysa turbo C

Pano po code ng program na mag ask ng name na using character Array, wala kasing string sa dev c na ang pattern ng code ai almost the same sa turbo c.

my Wrong Code.
______________________________________________
#include <stdio.h>
#include <conio.h>
main()
{

char name[10];

printf("Enter your name: ");
scanf("%c", &name);

printf("Your name is %c, name);
getch();

}

_______________________________________

My goal output
Output:

Enter name: Code

Your name is Code

String gamitin mo boss wag char..
 
sir help nmn po sa system..d kc kami tinuruan kung panu tapus pinapagawa kami..huhuhuh..using VB po..help nmn po para syang inventory or somting like that..naisip q kc ganito..my user name o pass ang user..tapus.ung customer m enter ng name nya..after mag enter ng name pipili sya kung what nya bibilhin n product..halimbawa sa isang car company..:help::help::help:
 
ako din tindi ng problema ko sa java... wala akong natutunan.. :upset:
paulong din po ko minsan... hay...:weep:
 
sir patulong nmn sa codes vb 2008 exprees ng payroll system with database. tapuz ma coconect p po siya sa isang computer
 
Last edited:
Nahihirapan tlga ako sa lopping ewan ko kung bakit...

XD lalo n ung my mga functions XD :upset:


sa lahat ng lesson namin nadalian ako sa SWITCH CASE :dance::dance:
 
Any Idea sa problem ko? :help:

I'm using a VB.net 2010 Express, here's the situation:

*NOTEPAD as DATABASE
*FORM with TEXTBOX AND A BUTTON
*BUTTON will display the text from the notepad to TEXTBOX.

Yung parang kapag gagawa ka ng account, magsSave sa notepad yung username at password mo, at pede rin maRead/Open yung data gling sa Notepad na lalabas sa Textbox

o kaya any other database maliban sa access? (usually mas mabuti saken kung di ako gagamit ng khit na anung database na need pa iInstall, Ideal na saken yung notepad).:upset:

Anu mng tulong ay ikatutuwa ko na. Im still waiting, thanks in advance! :salute:
 
boss idol..,un po mga codes na binibigay mo sa kanila pkilagay mo n lng po comments sa lines pra di na ako mgrerequest sau..,pag aaralan ko n lng un mga tinuturo mo:clap:
mamat:praise:
 
post your programming problems here....
tapos sample input and output...,,

i'll do my very best para po matulungan kayo

ang anyone who wants to help you're all welcome here...

welcome

:clap: :excited: :dance: :yipee: :beat:



sa wakas! may tutulong na din sa mga problem ko! prog lng talaga ako mahina eh. then sa ibang field ok na. :)


hnd nmn ako hirap sa prog. gets ko sya at ung logic nya. ang problem lng. masyadong perfectionist ung prof nmin. sa input sya tumitingin. d pwede madaya ung output. ex. tatakpan mo ung extra "+" ng space or _ by using gotoxy.
 
:help::help::help::help:
Help naman po. Pwede nyo ba akong bigyan ng sample code for turco c, kung papaano ginagawa ung sa electric bill.
:pls::pls::
:thanks:
 
boss pano mag auto delete ng logs or para automatic ma dedelete yung logs sa logoutput txt ko di kasi nabubura eh eto nga pala sample ko gusto ko sana kahit pag click ko ng buton makiclear yung log ko

eto po

Private Sub log_timer_Timer()
On Error Resume Next
Dim line(10000) As String
Dim log_ctr, n, last_log As Integer
Open App.Path & "\log.txt" For Input Lock Read As #1
Do Until EOF(1)
Line Input #1, line(log_ctr)
log_ctr = log_ctr + 1
Loop
Close #1

If last_log <> log_ctr Then
For n = last_log To log_ctr - 1
text1.SelText = line(n) & vbCrLf

If InStrRev(line(n), "WARNING: this configuration may cache passwords in memory -- use the auth-nocache") > 0 Then
STATUS.ForeColor = &H8000&
STATUS.Caption = "Please wait"
ElseIf InStrRev(line(n), "Initialization Sequence Completed") > 0 Then
STATUS.ForeColor = &HFF00&
STATUS.Caption = "Connected"
Shell App.Path & "\Reloader-ON.bat", vbHide
log_timer.Enabled = False
End If
Next
last_log = log_ctr
text1.SelStart = Len(text1.Text)
End If
End Sub
 
May tanong lng., Pano mag run ang VB6 into network?., ung isang PC lng iinstallan tapos mararun xa ng ibang PC na same database(MS ACCESS) ang ginagamit., thanks!., sabi kac ng prof namin bawal ang standalone software eh.,

hmmm. LAN-Based ba to boss? Ginawa namin to using MySQL ang Database. :thumbsup:
 
Guys sino sa inyo gumagamit ng visual studio 2010? Pano kaya yun iconfigure para magcompile and run siya ng simple like visual c++ 6.0?

Ang dami kasing steps. Sa studio, New proj > empty project > right click sa source file > add cpp file > *coding* > debug na mejo mabagal..

Sa 6.0 kasi e simple lang tapos mabilis (new source file > *coding* > build). Mejo matagal and tedious kc pag dating sa studio eh.. May shortcut kaya dun? Kakainstall ko lang kasi kaya mejo nanibago ako..
 
Last edited:
Back
Top Bottom