Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~15.2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

8 Posted Topics

Member Avatar for Dave Sinkula

I was thinking about C++ Primer Plus 5th edition. It got a lot of good reviews, like 70 something reviews with only like betweeen the 1st and 3rd star, there is probably only one each of them.

Member Avatar for shahidali6
11
10K
Member Avatar for ndowens

I am trying to learn C++. I wrote a little calculator using class to see if I can do it and give some practice. The following is the code: [CODE]#include <iostream> using namespace std; class Calculator { float a, b; public: float add(float, float); float subtract(float, float); float multiply(float, float); …

Member Avatar for egidijus.aranauskas
0
4K
Member Avatar for ndowens

[code]def cDownload(): print("Enter package name ") sName=input print("Enter download location ") sLocation=input command = "wget http://aur.archlinux.org/packages/" + sName + "/" + sName + ".tar.gz -O" + sLocation + "/" + sName + ".tar.gz" os.system(command) [/code] I get TypeError: Can't convert 'builtin_function_or_method' object to str implicitly

Member Avatar for ndowens
0
324
Member Avatar for sneaker

[QUOTE=Ancient Dragon;1463583]>>I can not see any right for any government to censur or cut off people from Internet Govenments can do as they please, afterall it is the government that makes the rules. I don't like what some governments to either, but there is nothing I can do about it. …

Member Avatar for Ancient Dragon
0
184
Member Avatar for ndowens

I am writing a application for Arch Linux, actually I already wrote it, but I wanted to do it a little differently then the other. The origional one uses the goto statement. Here is the code: [CODE]#include <iostream> #include <string> using namespace std; int main() { cout << "\tAurDown v2.1\n" …

Member Avatar for jonsca
0
188
Member Avatar for x86phre3x

If you are running Linux, you could do something like cat TEXTFILE | sed 's|WORD||g' which would find the word and remove it from the file Note to the Mods: Didn't notice this thread was old. Sorry.

Member Avatar for ndowens
0
166
Member Avatar for ndowens

I am wondering if somebody could recommend a good book and/or tutorial for an absolute beginner with no previous programming experience. Thanks. Also If I can do decent at programming, I may end up going to college in order to try and make programming a possible career

Member Avatar for Bench
0
141
Member Avatar for veledrom

[QUOTE=veledrom;701572]Hi, I deliberately do mistake on line [inlinecode]INSERT INTO table2.......[/inlinecode] but, it still commits despite variable of rowcount is set to 0. How can solve it? Thanks [code] BEGIN DECLARE rowcount INT; INSERT INTO table1 ……… SELECT row_count() INTO rowcount; IF (rowcount=1) THEN SET rowcount=0; INSERT INTO table2 …………….. SELECT …

Member Avatar for ndowens
0
111

The End.