johnyianni's Profile User Rating: -----

Reputation: -1 Dishonored
Group:
New Members
Active Posts:
15 (0.03 per day)
Joined:
11-February 12
Profile Views:
113
Last Active:
User is online 51 minutes ago
Currently:
Viewing Topic: Send SMS Using External API

Previous Fields

Dream Kudos:
0
Icon   johnyianni has not set their status

Posts I've Made

  1. In Topic: How do i count rows in MYSQL

    Posted 22 Sep 2012

    lets say for example i have a mysql query in vb
    ex.

    db.open(select * from student,con)

    I want to display all the data that are in database and count the number of data rows that are there...

    is there any way to count rows using only vb.net codes?
  2. In Topic: Problem in C++ about delimited strings assigned to diff arrays

    Posted 31 Mar 2012

    Thanks...jimbluberg,jdavi134,JackOfAllTrades and #define...for your contribution...
  3. In Topic: Problem in C++ about delimited strings assigned to diff arrays

    Posted 30 Mar 2012

    I get it ...not using replace method...
    but this...

    int b,flag=0;
    for(b=0;b<5;b++)
    {
    
    if(empidno[b]==empid)
    {
    for(d=0;d<empname[b].size();d++)
    {
    if(empname[b][d]=='_')
    {
    empname[b][d]=' ';
    }
    }
    cout<<"Name: "<<empname[b]<<endl;
    cout<<"Salary Grade: "<<empsalgrade[b]<<endl;
    flag=1;
    }
    else if(flag!=1)
    {
    cout<<"Employee does not exist"<<endl;
    }
    
    
    }
    
  4. In Topic: Problem in C++ about delimited strings assigned to diff arrays

    Posted 25 Mar 2012

    Sorry its an typographical error....yeah your right...
  5. In Topic: Problem in C++ about delimited strings assigned to diff arrays

    Posted 25 Mar 2012

    is this correct??

    while(int c=empname[a].find("_"))
    {
    empname[a].replace(c,1,"_");
    }
    


    :code:

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

Comments

johnyianni has no profile comments yet. Why not say hello?