Programming
Dani
Edited a Topic

I am a college student in China.My major is math,I want to go to learn programming,but it seems that I …

Software Development
cambalinho
Replied To a Topic

How use and declare CopyMemory() API function VB2010?

Topic by cambalinho

that link\tutorial have some errors: VB2010 don't have the 'any' type

Software Development
Tom_45
Marked Solved Status for a Topic

I am trying to extract three values from the td tags in an html downloaded file.

<tr align="right"><td>236</td><td>Roy</td><td>Allyson</td>
<tr align="right"><td>237</td><td>Marvin</td><td>Pamela</td>

Web Development
jessicaboland
Replied To a Topic

I am trying to create a meme generator similar to …

Topic by FarrisFahad

Creating a meme generator sounds like a fun project! To allow users to move text around the canvas using the …

Activity Stream
jessicaboland
Joined the DaniWeb Community
Software Development
cambalinho
Created a Topic

How use and declare CopyMemory() API function VB2010?

Programming
lam_189
Created a Topic

I am a college student in China.My major is math,I want to go to learn programming,but it seems that I …

Activity Stream
lam_189
Joined the DaniWeb Community
Web Development
FarrisFahad
Created a Topic

I am trying to create a meme generator similar to imgflip.com
I know javascript but not sure how to implement …

Activity Stream
Tom_45
Endorsed Reverend Jim
Software Development
Tom_45
Marked Solved Status for a Topic

I am trying to extract three values from the td tags in an html downloaded file.

<tr align="right"><td>236</td><td>Roy</td><td>Allyson</td>
<tr align="right"><td>237</td><td>Marvin</td><td>Pamela</td>

Programming
sammieb
Gave Reputation to rproffitt for their Post

I am trying to enter a single string in C++ …

Topic by sammieb

You'll want to escape those quote marks and maybe more. Read https://en.cppreference.com/w/cpp/language/escape

Example follows:

#include <iostream>
using namespace std; …
c++
Programming
sammieb
Created a Topic

I am trying to enter a single string in C++ in which I give a URL citation. the entire line …

c++
Activity Stream
sammieb
Joined the DaniWeb Community
Software Development
AndreRet
Replied To a Topic

I am trying to extract three values from the td …

Topic by Tom_45

Same question, different post - Extracting values from capturing groups in rege

Software Development
AndreRet
Replied To a Topic

I am trying to extract three values from the td …

Topic by Tom_45

Your main issue is with the way you're trying to capture the values inside the 'td' tags. Also, you should …

Web Development
Dani
Edited a Topic

HI,

I wish to get the values from the drop down menu selected by a user from the HTML …

jsp