eduffy

6,221
reputation
345 views

Registered User

name eduffy
member for 1 year
seen 4 hours ago
website
location Clemson University
age 31
16h
comment c++ multiple enums in one function argument using bitwise or “|”
Post your enum definition .. did you remember to make them all powers of 2?
2d
answered Sieve of Eratosthenes Algorithm
2d
answered Why is this invalid syntax?
Dec
6
awarded  Mortarboard
Nov
30
answered How does a lexer return a semantic value that the parser uses?
Nov
25
answered Linux shell bug?
Nov
17
accepted Adding Checkbox inside an Flex Advanced Datagrid
Nov
13
revised Initializing a static std::map<int, int> in C++
deleted 1 characters in body
Nov
13
answered Initializing a static std::map<int, int> in C++
Nov
13
answered Process two files at the same time in Python
Nov
13
comment Process two files at the same time in Python
The 6th, 46th, 86th, etc line in the second file contains the literal @CAR_NAME?
Nov
12
accepted jQuery passing a function call through to another function and order of execution
Nov
12
answered jQuery passing a function call through to another function and order of execution
Nov
10
answered How to impress developers with IronPython/Python
Nov
10
accepted Meaning of using commas and underscores with Python assignment operator?
Nov
10
answered Meaning of using commas and underscores with Python assignment operator?
Nov
8
awarded  Civic Duty
Nov
6
accepted Accessing binary MP3 Header in C via fopen
Nov
5
comment Accessing binary MP3 Header in C via fopen
That's the right-side of the spec you posted.
Nov
5
answered Accessing binary MP3 Header in C via fopen
Oct
20
answered How to check if stdin is still opened without blocking?
Oct
19
comment Class ‘is not a template type’
What's line 25? Is it the Q_OBJECT line?
Oct
15
comment C++ map object not growing when members added
@Scott: Add the line printf ("name = %p\n", name) to see that the pointer never changes.
Oct
15
comment C++ map object not growing when members added
@Scott: You can use std::stringstream as a replacement for sprintf .. it works like cout, but save the result in a std::string.
Oct
15
comment C++ map object not growing when members added
@Scott: Because the memcpy call changes the contents of the buffer. The value of name is still just an address.
Oct
15
answered C++ map object not growing when members added
Oct
14
accepted Handle special characters in bash for…in loop
Oct
14
answered Handle special characters in bash for…in loop
Oct
13
answered How does the jump instruction in assembly work with multiple processes?
Oct
9
answered Extracting basic info from animation file
Oct
8
answered Python: Replace values in list
Sep
28
revised Stringifying template arguments
added 34 characters in body
Sep
28
answered Stringifying template arguments
Sep
25
awarded  Peer Pressure
Sep
24
answered How to create argument tokens (C++ in Unix)
Sep
24
comment How to append a char to a std::string?
It's less typing. In gcc, basic_string::operator+= is just a call in push_back.
Sep
21
awarded  Nice Answer
Sep
21
answered Anything comparable to Visual Basic to use in Ubuntu?
Sep
21
answered C++ Cosine Problem
Sep
20
accepted Testing for GUI in .bashrc
Sep
19
comment Handling HAL implementation: storage.cdrom.write_speeds
I thought HAL was being phased out in favor of DeviceKit.
Sep
19
comment operator overloading in C++
The question asked for operators that aren't class methods. So anything with an = and the ->, [], and () operators don't belong.
Sep
19
accepted Python subprocess.Popen - adding GCC flags results in “no input files” error
Sep
19
answered Python subprocess.Popen - adding GCC flags results in “no input files” error
Sep
18
answered What is the worst real-world macros/pre-processor abuse you’ve ever come across?
Sep
16
comment Testing for GUI in .bashrc
Whoops .. thanks.
Sep
16
revised Testing for GUI in .bashrc
added 32 characters in body
Sep
16
awarded  Yearling
Sep
15
answered Testing for GUI in .bashrc
Sep
2
awarded  Nice Answer