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
Networking
Jhon_25
Replied To a Topic

Hello, I am confused about whether a multi-domain SSL certificate …

Topic by Mark_144

Yes, a multi-domain SSL certificate allows you to protect multiple domains and subdomains with a single certificate. This means you …