Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~6K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for khess

I hate complainers. Complainers will always find fault with everything, from wife, parents, children to hardware, software. Its the complainers, the sour grapes type of knockers that get the spam, the "hate mail". For every complaint that was issued, in the preceding comments I can provide a counter example. There …

Member Avatar for Andrew_29
4
4K
Member Avatar for Leslie_1

Some time ago, while trying to learn python, I stumbled across coursera.org. Via coursera.org, I found two python courses. They are free to follow, to enroll, and to enjoy. Since then, I took a refresher course in Linear Algebra, Compiler Design, Algorithms, and Converting from C to C++. Each course …

Member Avatar for Vincentas
1
216
Member Avatar for killingmonk

The problem is simple to solve. On exit from your function, the stackframe is released and the result is gone along with the release of the stack. You need persistance when the function exits. To have that, you have a **static** string choice, classChosen; or the **input** to the function …

Member Avatar for Leslie_1
0
245
Member Avatar for karmstrong

Unless you can guarantee that all characters are in the range of ASCII (32-255), the last line of C code could fail as it could have embedded NULL charcter. It should be memcpy(outstring,instring,ThisManyBytes); where ThisManyBytes is the number of bytes allowed for outstring.

Member Avatar for Leslie_1
0
632
Member Avatar for RikTelner

Almost every Linux system corresponds to your needs. I use a Fedora Remix (chapeau.org), and it has the compilers, workbenches, languages (python2 python3, C, C++ compilers and more. It all included. C# is coming to Linux. Microsoft is doing the port to it. Javascript is probably more widely used than …

Member Avatar for iamthwee
0
789
Member Avatar for Leslie_1

Sqlite is a single user database application. It has many capabilities. It would be appreciated if either a link to an example, or some sample code could be shown for creating, inserting and querying a database.

Member Avatar for glenn_3
0
101
Member Avatar for doris_3

Use long variables. long i,j,result; i=j=999998888877777; result=i+j; printf("%ld\n",result);

Member Avatar for Jack_11
0
215

The End.