Old thread: What are you working on, Jow Forums?
/dpt/ - Daily Programming Thread
Other urls found in this thread:
github.com
port70.net
youtube.com
youtube.com
youtube.com
youtube.com
youtube.com
twitter.com
Oh my god what's the legit thread now.
TableA
+----+----------+--------+
| id | name | value |
+----+----------+--------+
| 1 | Value 1 | 123 |
| 2 | Value 2 | 321 |
+----+----------+--------+
TableB
+----+----------+--------+
| id | user | status |
| 1 | 1 | 2 |
| 1 | 3 | 0 |
+----+----------+--------+
TableC
+----+----------+--------+
| id | idTA | idTB |
| 1 | 1 | 1 |
| 2 | 1 | 2 |
+----+----------+--------+
I want to select from tableA based on user_id and status from tableB and tableC references and tableA values.
Implementing Linq over the preview ranges before the std lib fags do it
Anone! Anone! I made this for you, because you did so well with your JavaScript lessons!
So I'm trying to create a BST that converts english characters to morse code. I need to have my BST balanced and ordered according to ASCII values so I can use something like a strcmp() to do the heavy lifting for my insert_into_bst() and print() functions.
The txt file I'm reading in looks something like:
B -...
Where the english character/number is listed and then the morsecode translation is listed after separated by whitespace.
Thing I'm not sure about, is how do I read this in and store the english character/number so it has the corresponding ascii value.
If I do something like:
char line[100] = "";
input.getline(line, 100, ' '); //stores the first english character or number into line
cout
I made a shiritori game in Haskell, please review my code:
var a : Int = 5 ; get() = ++field ; private set
suggest more boilerplate/autism
do line[0] instead
Haskell is garbage.
review done
seconding this