Monday, May 29, 2017

Digest for comp.lang.c++@googlegroups.com - 8 updates in 5 topics

asetofsymbols@gmail.com: May 29 03:32PM -0700

Goto label
It is ok work well for me
 
the same break in a loop or continue
I have seen are ok too
Mr Flibble <flibble@i42.co.uk>: May 29 04:43PM +0100

On 28/05/2017 01:48, Rick C. Hodgin wrote:
 
> Jesus wants to forgive your sin without judgment, begin the
> process of healing, and guiding you from this day forward,
> because He loves you, Leigh, as His special creation of man.
 
If you attend a Christian church then you are a follower of the
Christian religion (albeit a sect of that religion).
 
/Flibble
"Rick C. Hodgin" <rick.c.hodgin@gmail.com>: May 29 03:03PM -0700

On Monday, May 29, 2017 at 11:43:30 AM UTC-4, Mr Flibble wrote:
> If you attend a Christian church then you are a follower of the
> Christian religion (albeit a sect of that religion).
 
Listen to this video and try to understand the difference between
religion and relationship (at 0:47):
 
https://www.youtube.com/watch?v=4ZHKsAgg4Kk&t=0m47s
 
And specifically this part (at 1:30):
 
https://www.youtube.com/watch?v=4ZHKsAgg4Kk&t=1m30s
 
-----
Religious Christians are part of a religion. They go to church
because it's what you do on Sunday, and on Wednesday for Bible
Study. It's different than being born again.
 
All born again Christians are in any church building they go to for
reasons different than religion. Man's laws will divvy up the portion
of this grouping of believers into their legal systems, labeling them
as something like "a religious organization," but it was not way
from the beginning:
 
http://biblehub.com/kjv/acts/2.htm
44 And all that believed were together, and had all things common;
45 And sold their possessions and goods, and parted them to all men,
as every man had need.
46 And they, continuing daily with one accord in the temple, and
breaking bread from house to house, did eat their meat with
gladness and singleness of heart,
47 Praising God, and having favour with all the people. And the
Lord added to the church daily such as should be saved.
 
And the church is not that way now. People who follow after Christ
don't do so because a book tells them what to do. The information
in the Bible is critical in understand our sin as sin, and in guiding
those who believe toward the things He has for us to do. But our
drive does not come from that book, nor from the assembly of some
people in a building. It is different. It is spirit. And it
drives us from within, so that we, guided by His Holy Spirit, in
fellowship with Him continually, move as to profit in service to
His Kingdom.
 
All of this is information you do not have, cannot possess, and
will conclude in your flesh-based arrogance that it is wrong. And
all I have to offer you is that which I've been through, and which
all born again believers have been through, which is that there is
a change which takes place when you come to Jesus Christ and ask
forgiveness for your sin.
 
When you come to the foot of the cross, and leave your sin there,
you emerge a changed person forever. And it is from within that
change only that these things I teach can be understood.
 
No one can come to Jesus unless God the Father draw him from within:
 
http://biblehub.com/john/6-44.htm
 
It requires a change by God to even be able to hear the message,
Leigh. It's why you can't hear it today. You aren't looking for
the truth, and you have not yet been drawn by God to be able to
even receive it.
 
Thank you,
Rick C. Hodgin
asetofsymbols@gmail.com: May 29 11:01AM -0700

I say debugging template, is more difficult that debugging complex C macro... I not say I know 100% C++...
Debugging C++ code other not me wrote is for me difficult too...
asetofsymbols@gmail.com: May 29 02:51PM -0700

I don't know what happen... Perhaps I change something in the template C++ file I #include and one part of it not work more, for a problem of linking... The compier say something about the duplication of one function or operator (but I not know line number second definition the same name) I possible will reenter piece to piece all the template for see what is going wrong...
David Brown <david.brown@hesbynett.no>: May 29 11:04AM +0200

On 27/05/17 16:50, bitrex wrote:
> (icosahedron-derived sphere geometry) such that the structures are
> populated for a given recursion depth at compile-time, rather than runtime?
 
> <https://schneide.wordpress.com/2016/07/15/generating-an-icosphere-in-c/>
 
I haven't looked at in detail, but your key is likely to use C++14, not
just C++11, and constexpr functions. (C++14 gives you a lot more
flexibility in constexpr functions.) This will be more efficient than
using recursive templates.
bitrex <bitrex@de.lete.earthlink.net>: May 29 01:56PM -0400

On 05/29/2017 05:04 AM, David Brown wrote:
> just C++11, and constexpr functions. (C++14 gives you a lot more
> flexibility in constexpr functions.) This will be more efficient than
> using recursive templates.
 
Thanks, I recall reading that C++14 does allow more flexibility, i.e.
constexpr functions can be more than essentially just a single "return
blah" statement.
 
Seems like the ability to simply jot down some recursive functions as
one would using regular runtime C++ but being able to just let the
compiler know to evaluate them at compile time as well (assuming the
arguments are say, template arguments known at compile-time) would be
really nice...
Jorgen Grahn <grahn+nntp@snipabacken.se>: May 29 05:23PM


> There's one .o (.obj) that gets built, but that's it.
 
> The dependencies could be better, but a clean build takes 7 seconds
> on my slowest machine.
 
If your Makefile lists incorrect dependencies, clean builds is the
only way to avoid broken builds. And you lose most of the benefits of
using Make, compared to using e.g. a straight shell script. --- But
if it works for you, I cannot object.
 
/Jorgen
 
--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: