473,473 Members | 2,179 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

OOD and C++

hello all,
i hope you folks must have recognised me. i posted here
some times & then disappear after i got answers (well, i disappear
only because of 2 reasons: 1st, i do not have any internet connection.
2nd i always apply the *things* you folks tell me and application of an
analysis takes a lot of time). anyway you people always helped me and
with *your* help, i am no longer a newbie, now i can read and
understand books which are written for programmers, with some
exceptions, of course. i have a problem in starting with c++ (yes, i
have decided to start c++). as usual, i searched the archives of
comp.lang.c++ for the answers to my question and that solved at least
50% of the problem,next, reading FAQS removed most of extra doubts i
had. now i have left with something i am not sure of.

i want to start a career in C++ . actually i looked at DICE.com and i
saw that for 60% of jobs in USA's major states c++ skills were wanted
and remaining 40% belonged to Java/.NET(as of MAY 2006). my main issue
is job and in the meantime i also want to become a good programmer. I
have been through the following books:

1.) "A gentle introduction to symbolic computation" - David S.Touretzky

2.) "Practical Common LISP" - Peter Seibel (upto chapter 22)

i stopped reading it because of job issue.

i am very sure about one thing, i do not need to learn C if all i want
is to learn C++. what i wan to ask is:

-- do i need to learn an OO langugae, like Ruby, before i dive into
C++. i read different posts and Stroustrup's FAQS too. but that left me
with ambiguity. i am not talking of smalltalk. i am talking of
paradigms and C++ is a multi-paradigm language. i dont know too much
about OOD. all i know is that in OOD we can structure our programme
into different data types and then we define operations on those data
types. a class can have any number of instances and i know about single
inheritance and multiple inheritance. except these i do not know
anything about OOD. --

will you people recommend me doing Ruby (it is OO) before i learn c++?

i want to follow this path: SICP -> C++ or

do i need to do Ruby -> SICP -> C++

any views?

(i am also learning Maths along the way so that i can understand
Knuth's algorithms.)

--arnuld

May 24 '06 #1
24 2283
arnuld posted:

i am very sure about one thing, i do not need to learn C if all i want
is to learn C++.

C++ is a superset of C. The "C Subset" which C++ contains only differs
from C in a handful of places. Here's a list of them:

http://david.tribble.com/text/cdiffs.htm

While you're correct in saying that you "don't need to learn C" in order
to program in C++, I would advocate reading C books, because C++ books
tend to focus too much on fancy features, rather than giving a solid
understanding of the core features like arrays, pointers, etc.

-- do i need to learn an OO langugae, like Ruby, before i dive into
C++.

No. I was about eleven or twelve when I started Visual Basic. A few years
later I got "C++ for Dummies" out of my local library. Another few years
later and I'm now an expert C++ programmer.

i read different posts and Stroustrup's FAQS too. but that left me
with ambiguity. i am not talking of smalltalk. i am talking of
paradigms and C++ is a multi-paradigm language. i dont know too much
about OOD. all i know is that in OOD we can structure our programme
into different data types and then we define operations on those data
types. a class can have any number of instances and i know about single
inheritance and multiple inheritance. except these i do not know
anything about OOD.

Object Orientated Design is just about keeping all the "complicatedness"
in one place, thus making it very easy for other parts of your
programming code to interact with these "complicated" parts of code. For
instance, if I'm a bank, I don't want to know about how an account works,
I just want to be able to do simple stuff with it:

void Bank::CloseAccount( unsigned long index )
{
holders[index].Close();
}

(Here, the bank doesn't know that "account" has to send a letter in the
post to the Tax Office.)

will you people recommend me doing Ruby (it is OO) before i learn c++?

If you want to learn C++, the just go and learn C++ -- you don't need any
stepping stones, you just need a good book.
-Tomás
May 24 '06 #2
Tomás wrote:
arnuld posted:
i am very sure about one thing, i do not need to learn C if all i want
is to learn C++.


C++ is a superset of C. The "C Subset" which C++ contains only differs
from C in a handful of places. Here's a list of them:

http://david.tribble.com/text/cdiffs.htm

While you're correct in saying that you "don't need to learn C" in order
to program in C++, I would advocate reading C books, because C++ books
tend to focus too much on fancy features, rather than giving a solid
understanding of the core features like arrays, pointers, etc.


Funny, I think the core features of arrays and pointers are the things
that should be avoided when possible in favor of "fancy" (i.e.,
exception-safe, automatically-deleting, optionally-bounds-checked,
less-error-prone) alternatives such as smart pointers and std::vectors.
It is of course necessary to understand raw pointers and arrays, but it
is also important to know how and when to use their alternatives. (As
to when to use them, the answer is, "Whenever you can. Use raw pointers
and arrays only when you must." See the FAQ:
http://www.parashift.com/c++-faq-lit....html#faq-34.1.)
will you people recommend me doing Ruby (it is OO) before i learn c++?


If you want to learn C++, the just go and learn C++ -- you don't need any
stepping stones, you just need a good book.


Agreed. See these FAQs on learning OO and C++:

http://www.parashift.com/c++-faq-lit...learn-cpp.html

As for a good book, _Accelerated C++_ by Koenig and Moo teaches C++ the
right way from the ground up. (BTW, it presents standard containers
well before pointers and arrays.)

Cheers! --M

May 24 '06 #3
mlimber posted:
(As to when to use them, the answer is, "Whenever you
can. Use raw pointers and arrays only when you must." See the FAQ:
http://www.parashift.com/c++-faq-lit....html#faq-34.1.)

One programmer trying to shove his doctrine down another programmer's
throat.

I have written reusable code for converting a monetary amount to text in
three different languages. It doesn't use any of the Standard C++ fancy
classes, just plain old char arrays and pointers.
-Tomás
May 24 '06 #4
> One programmer trying to shove his doctrine down another programmer's throat.

please, do not start any argument. I have seen things like these many
times and most often these turn into a flame-war & if that happens
then i will loose all the precious views of folks here.

i can only rquest.

thanks

-- arnuld

May 24 '06 #5
If you want to learn Object Oriented Programming, it may be wiser to
learn a language like Smalltalk or Ruby first. Smalltalk has a rich
class library and supports the Object-oriented paradigm better than c++
does. (Actually it is one of the ealiest OOP languages) Also, the
code-compile-debug cycle is much shorter with "dynamic" languages of
the Smalltalk family (Ruby is often considered a member of that
family).
After you have a solid idea what OOP means, you can try to apply it to
c++ programming.
You will quickly find out that the static typing of c++ and the low
level features (pointers, manual memory management etc) reduce your
programming productivity compared to "dynamic" languages, but you will
also be amazed of the execution performance (if you use c++ wisely, of
course).
But be warned, c++ makes it very easy to shoot yourself into your feet
and chop off your hands simultaneously. If you want fewer headaches,
go with Smalltalk, Ruby or java - at least at the beginning.
Finally, I would suggest to get yourself some good books on the
programming languages you choose. As stated above, there are some quite
good books on OOP using Smalltalk. (for example: "Smalltalk-80: The
Language and its Implementation" by Adele Goldberg )

May 24 '06 #6
Tomás wrote:
[..]
I have written reusable code for converting a monetary amount to text
in three different languages. It doesn't use any of the Standard C++
fancy classes, just plain old char arrays and pointers.


So? I've written assembly procedures for solving sets of linear equations
for more than one processor. Doesn't mean everybody should waste their
time doing that. Using a well-defined and thought-through library is
always a better choice, in the end.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
May 24 '06 #7
arnuld posted:
One programmer trying to shove his doctrine down another programmer's
throat.


please, do not start any argument. I have seen things like these many
times and most often these turn into a flame-war & if that happens
then i will loose all the precious views of folks here.

I wasn't starting an argument -- I was just being blunt about how I feel
about programmers who adhere themselves to doctrine.

This is a newsgroup about computer programming -- in contrast to other
gatherings of people, you'll find that the posters here have:

1) Above average intelligence
2) Above average education
3) Above average ability to express themselves
4) Above average common sense

You'll find that it's quite easy to express your opinion here bluntly (even
abbrasively) without starting a flame war. It may require a bit of finesse
in places, but it can offer preeminence to one's argument.

-Tomás
May 24 '06 #8
frankgerl...@gmail.com wrote:
If you want to learn Object Oriented Programming, it may be wiser to
learn a language like Smalltalk or Ruby first. Smalltalk has a rich
class library and supports the Object-oriented paradigm better than c++
does. (Actually it is one of the ealiest OOP languages) Also, the
code-compile-debug cycle is much shorter with "dynamic" languages of
the Smalltalk family (Ruby is often considered a member of that
family).
After you have a solid idea what OOP means, you can try to apply it to
c++ programming.
You will quickly find out that the static typing of c++ and the low
level features (pointers, manual memory management etc) reduce your
programming productivity compared to "dynamic" languages, but you will
also be amazed of the execution performance (if you use c++ wisely, of
course).
But be warned, c++ makes it very easy to shoot yourself into your feet
and chop off your hands simultaneously. If you want fewer headaches,
go with Smalltalk, Ruby or java - at least at the beginning.
Finally, I would suggest to get yourself some good books on the
programming languages you choose. As stated above, there are some quite
good books on OOP using Smalltalk. (for example: "Smalltalk-80: The
Language and its Implementation" by Adele Goldberg )


First, please quote the message you are responding to. It makes it
easier for all to follow the conversation. (In Google Groups, click
"show options" and then "Reply" in the revealed header.)

Second, the aforementioned FAQs disagree with your perspective. A
relevant quote:

'Knowing a "pure" OO language doesn't make the transition to OO/C++ any
easier.... In fact, Smalltalk experience can make it harder for some
people: they need to unlearn some rather deep notions about typing and
inheritance in addition to needing to learn new syntax and idioms.

'If you want to learn OO/C++, learn OO/C++. Taking time out to learn
Smalltalk will waste your time and confuse you.'

On the other hand, if you're going to learn Ruby anyway in order to do
some work (no one I know does any real work in Smalltalk), there isn't
any harm in learning it first. Just be prepared to unlearn some things
and add a whole lot more for C++.

Cheers! --M

May 24 '06 #9
Well, if you want to learn OOP, it is definitely easier to do that with
Smalltalk, where you have only objects that communicate with messages,
instead of classes, structs, typedefs, functions, methods, operators,
pointers, templates (and so on) in C++.
I agree that you need to learn quite a lot of things when learning C++,
but it is definitely helpful to have a solid understanding of OOP. How
do you get that in the easiest possible way ? Definitely not by going
the C++ route.

May 24 '06 #10

Tomás wrote:
arnuld posted:

i am very sure about one thing, i do not need to learn C if all i want
is to learn C++.

<snip>
While you're correct in saying that you "don't need to learn C" in order
to program in C++, I would advocate reading C books, because C++ books
tend to focus too much on fancy features, rather than giving a solid
understanding of the core features like arrays, pointers, etc.
That makes no sense. In C++, arrays and particularly pointers *are*
fancy features.

I think you missed a very important point. The OP said they want to
start a career in C++. With someone in that position, it is unfair to
give advice such as the above that will hinder their chances of
achieving their goal. Much better to give the sort of advice you gave
at the end of your post:
If you want to learn C++, the just go and learn C++ -- you don't need any
stepping stones, you just need a good book.


Best suggestion, as mentioned elsethread:
http://www.acceleratedcpp.com/

Gavin Deane

May 24 '06 #11
Tomás wrote:
One programmer trying to shove his doctrine down another programmer's
throat.
Ayup. Teamwork at its finest.
I have written reusable code for converting a monetary amount to text in
three different languages. It doesn't use any of the Standard C++ fancy
classes, just plain old char arrays and pointers.


That's heroism. If you had teammates, they would not be amused.

--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!
May 24 '06 #12
arnuld wrote:
One programmer trying to shove his doctrine down another programmer's
throat.


please, do not start any argument. I have seen things like these many
times and most often these turn into a flame-war & if that happens
then i will loose all the precious views of folks here.


Don't worry - he's a minority of one on this.

--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!
May 24 '06 #13
Tomás wrote:
C++ is a superset of C.


Over a non-mathematical definition of "superset". ;-)

(C++ also removes some elements from the set of C...)

--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!
May 24 '06 #14
Tomás wrote:
arnuld posted:
One programmer trying to shove his doctrine down another programmer's
throat.
please, do not start any argument.


I wasn't starting an argument -- I was just being blunt about how I feel
about programmers who adhere themselves to doctrine.


I think Arnuld's point was that your statement quoted above was
potentially, let us say, provocative.
You'll find that it's quite easy to express your opinion here bluntly (even
abbrasively) without starting a flame war. It may require a bit of finesse
in places, but it can offer preeminence to one's argument.


I'm confused. Are you claiming finesse or abrasiveness for your
previous response? (The one is readily apparent; the other is somewhat
lacking.)

In any case, the question at hand is whether or not the FAQ's doctrine
is the right doctrine. Obviously, I think it is for the reasons
mentioned previously. Indeed, most if not all of the C++ gurus (among
whom I certainly do not count myself) make the same point, so really I
don't see Tomás arguing with me so much as with the recognized
authorities on the subject who have more accumulated experience than
any one of us.

The good news is that C++ supports multiple programming paradigms and
styles, so you may freely choose whose doctrine you will follow.

Cheers! --M

May 24 '06 #15
mlimber wrote:
In any case, the question at hand is whether or not the FAQ's doctrine
is the right doctrine.


In technology, advice that is short, simple, obvious, and which doesn't
force anything out of place is usually the right advice. For example: Use
C++ the way it's designed to be used.

Of course I can write a program that violates that advice, and I can brag
about that here. That's not repudiation so much as validation!

--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!
May 24 '06 #16
> This is a newsgroup about computer programming -- in contrast to other
gatherings of people, you'll find that the posters here have: 1) Above average intelligence
2) Above average education
3) Above average ability to express themselves
4) Above average common sense
wow! , never thought of that for comp.lang.c++,.
In technology, advice that is short, simple, obvious, and which doesn't
force anything out of place is usually the right advice. For example: Use
C++ the way it's designed to be used.


now, Philip is really good at communication.

anyway, same thing again, 50/50 responses for C++ or OOD first.

hey Philip what do you say?

-- arnuld

May 24 '06 #17
fr**********@gmail.com wrote:
Well, if you want to learn OOP, it is definitely easier to do that with
Smalltalk, where you have only objects that communicate with messages,
instead of classes, structs, typedefs, functions, methods, operators,
pointers, templates (and so on) in C++.
I agree that you need to learn quite a lot of things when learning C++,
but it is definitely helpful to have a solid understanding of OOP. How
do you get that in the easiest possible way ? Definitely not by going
the C++ route.


To reiterate: please quote the message you are responding to. It makes
it easier for all to follow the conversation. (In Google Groups, click
"show options" and then "Reply" in the revealed header to automatically
quote.)

I agree that it would be *helpful* to know OO before starting C++, but
your conclusion that learning Smalltalk is the best way to learn C++
does not follow. The OP wants to have a career in OO/C++, and so I
contend (along with the FAQ) that he should learn OO the C++ way rather
than learning "pure" OO and then trying to fit C++ into a Smalltalk (or
Java or Ruby or whatever) way of thinking.

I formerly advocated learning some simpler language first, but unless
there is some immediate value to learning that language also (e.g., you
need to maintain some Ruby programs), learning another language solely
for the purpose of learning C++ is, IMHO, an unnecessary detour. I'm
not suggesting someone just dive in and hope s/he doesn't drown.
Rather, I'm suggesting that s/he should rely on a trustworthy guide
(e.g. Koenig and Moo) to show the C++ way and thus go straight for the
goal.

Cheers! --M

May 24 '06 #18
> I agree that it would be *helpful* to know OO before starting C++, but
your conclusion that learning Smalltalk is the best way to learn C++
does not follow. The OP wants to have a career in OO/C++, and so I
contend (along with the FAQ) that he should learn OO the C++ way rather
than learning "pure" OO and then trying to fit C++ into a Smalltalk (or
Java or Ruby or whatever) way of thinking. I formerly advocated learning some simpler language first, but unless
there is some immediate value to learning that language also (e.g., you
need to maintain some Ruby programs), learning another language solely
for the purpose of learning C++ is, IMHO, an unnecessary detour. I'm
not suggesting someone just dive in and hope s/he doesn't drown.
Rather, I'm suggesting that s/he should rely on a trustworthy guide
(e.g. Koenig and Moo) to show the C++ way and thus go straight for the
goal. Cheers! --M


thanks, a lot, M. your advice really changed my point of view and you
altered my thinking for C++.

thanks

-- arnuld

May 24 '06 #19

arnuld wrote:
-- do i need to learn an OO langugae, like Ruby, before i dive into
C++. i read different posts and Stroustrup's FAQS too. but that left me
with ambiguity. i am not talking of smalltalk. i am talking of
paradigms and C++ is a multi-paradigm language. i dont know too much
about OOD. all i know is that in OOD we can structure our programme
into different data types and then we define operations on those data
types. a class can have any number of instances and i know about single
inheritance and multiple inheritance. except these i do not know
anything about OOD. --


No, learning a different language won't help you in this regard. OOD
takes experience to get a handle on just like programming in general.
Years of use and reading is the only thing that will help you become
good at OO development and design.

Learning a different language probably won't hurt you either though.

May 24 '06 #20
> No, learning a different language won't help you in this regard. OOD
takes experience to get a handle on just like programming in general.
Years of use and reading is the only thing that will help you become
good at OO development and design.
Noah, you remind me of M. you are good and thanks for your help. it
really made the difference in my profession, for the good.
Learning a different language probably won't hurt you either though.


i will do SICP then.

thanks. ...bye

-- arnuld

May 24 '06 #21
arnuld wrote:
anyway, same thing again, 50/50 responses for C++ or OOD first.

hey Philip what do you say?


Oookay. Pick one:

- take a class, do exactly like the teacher says,
and in your spare time read extra books and do
exactly what the teacher said not to

- try either C++ or a soft language for yourself,
and follow whatever feels easy

The question whether the C++ chicken comes before the OO egg isn't useful
in an evolutionary model.

--
Phlip
May 24 '06 #22
In article <11**********************@j55g2000cwa.googlegroups .com>,
"Noah Roberts" <ro**********@gmail.com> wrote:
arnuld wrote:
-- do i need to learn an OO langugae, like Ruby, before i dive into
C++. i read different posts and Stroustrup's FAQS too. but that left me
with ambiguity. i am not talking of smalltalk. i am talking of
paradigms and C++ is a multi-paradigm language. i dont know too much
about OOD. all i know is that in OOD we can structure our programme
into different data types and then we define operations on those data
types. a class can have any number of instances and i know about single
inheritance and multiple inheritance. except these i do not know
anything about OOD. --


No, learning a different language won't help you in this regard. OOD
takes experience to get a handle on just like programming in general.
Years of use and reading is the only thing that will help you become
good at OO development and design.

Learning a different language probably won't hurt you either though.


I personally learned a great deal about OO design when I started
experimenting with some of the dynamic types languages. A lot clicked
for me. By all means learn C++, but you will also want to cover some
dynamic typed language like Ruby, SmallTalk, Python or the like...
May 24 '06 #23
> - take a class, do exactly like the teacher says,
and in your spare time read extra books and do
exactly what the teacher said not to
hey, hey, i liked it. i have exactly same thinking, the practical one
:-)
- try either C++ or a soft language for yourself,
and follow whatever feels easy
with advice from M & Noah Roberts i finally decided to do C++
The question whether the C++ chicken comes before the OO egg isn't useful
in an evolutionary model.


your style is good ;-)

thanks

-- arnuld

May 25 '06 #24
arnuld wrote:
hello all,
i hope you folks must have recognised me. i posted here
some times & then disappear after i got answers (well, i disappear
only because of 2 reasons: 1st, i do not have any internet connection.
2nd i always apply the *things* you folks tell me and application of an
analysis takes a lot of time). anyway you people always helped me and
with *your* help, i am no longer a newbie, now i can read and
understand books which are written for programmers, with some
exceptions, of course. i have a problem in starting with c++ (yes, i
have decided to start c++). as usual, i searched the archives of
comp.lang.c++ for the answers to my question and that solved at least
50% of the problem,next, reading FAQS removed most of extra doubts i
had. now i have left with something i am not sure of.

i want to start a career in C++ . actually i looked at DICE.com and i
saw that for 60% of jobs in USA's major states c++ skills were wanted
and remaining 40% belonged to Java/.NET(as of MAY 2006). my main issue
is job and in the meantime i also want to become a good programmer. I
have been through the following books:

1.) "A gentle introduction to symbolic computation" - David S.Touretzky

2.) "Practical Common LISP" - Peter Seibel (upto chapter 22)

i stopped reading it because of job issue.

i am very sure about one thing, i do not need to learn C if all i want
is to learn C++. what i wan to ask is:

-- do i need to learn an OO langugae, like Ruby, before i dive into
C++. i read different posts and Stroustrup's FAQS too. but that left me
with ambiguity. i am not talking of smalltalk. i am talking of
paradigms and C++ is a multi-paradigm language. i dont know too much
about OOD. all i know is that in OOD we can structure our programme
into different data types and then we define operations on those data
types. a class can have any number of instances and i know about single
inheritance and multiple inheritance. except these i do not know
anything about OOD. --

will you people recommend me doing Ruby (it is OO) before i learn c++?

i want to follow this path: SICP -> C++ or

do i need to do Ruby -> SICP -> C++

any views?

(i am also learning Maths along the way so that i can understand
Knuth's algorithms.)


Learning from books is all good and stuff, but you should spend at least
half of your time writing software. Join or start an open source
project. As you learn new concepts from books, put those new concepts
into your code.

Also, software developing generally requires you to have domain
knowledge. If you're writing financial software, you need to have an
understanding of finance. If you're writing e-commerce software, you
need to know what the business owner wants from his website.

Joe
May 25 '06 #25

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.