by MikeStgt
How to quicken a table look up? (1,2)
|
|
[34 replies] Last: Just installed VS2015. Now I may play with unordered map . In case th... (by MikeStgt)
|
by freenba2002
Please, help me out explaining the code
|
|
[3 replies] Last: Thanks, that's clear now! It was really tricky and I didn't know that ... (by freenba2002)
|
by Chris26
How to hide the input? (Mark input with *)
|
|
[1 reply] : http://www.cplusplus.com/articles/E6vU7k9E/ (by Repeater)
|
by Vetzo
Code in fucntion that is awlays executed.
|
|
[5 replies] Last: Ok, clear. Thanks. (by Vetzo)
|
by alger4
Having problem finding the sum of array
|
|
[3 replies] Last: ok i updated the code and now it works! thx for helping salem c (by alger4)
|
Need help with a DNA to mRNA transcription code. |
|
[2 replies] Last: GNU coreutils has command 'tr'. If you call it: tr AUCGaucg TAGCTAGC ... (by keskiverto)
|
Edit a file |
|
[4 replies] Last: Can I put both reading the file and editing it into a function? void... (by thinhphucvang)
|
by user68627
What version/syntax is this piece of C code?
|
|
[8 replies] Last: I see. If it's an old version/style in C then i see no need to dig at ... (by user68627)
|
by Brendon130
C++ poll aggregation
|
|
[5 replies] Last: > So, is it possible I've included something in the main function that... (by salem c)
|
by nickname687
Excluding certain characters
|
|
[9 replies] Last: @nickname687 Typing in say 123abc would result in a successful sscan... (by salem c)
|
by Mrdouble
confused on refs and pointers
|
|
[5 replies] Last: Ok, thank you all, JLBorges showed me the light, for some reason I was... (by Mrdouble)
|
by codeguy72180
Code keeps returning nan
|
|
[5 replies] Last: there are a lot of things you 'can' do about the problem including 'in... (by jonnin)
|
by Chris26
PlaySound function help to stop music
|
|
[2 replies] Last: PlaySound(NULL, NULL, SND_ASYNC); You should have read the manual p... (by mbozzi)
|
by gempa123
library borrowing system
|
|
[3 replies] Last: thats the code i try to make (by gempa123)
|
by Majeek
char == char?
|
|
[5 replies] Last: you will want to watch assignment. Its one place where a lot of junk ... (by jonnin)
|
by mxracer321
Using an enum for flash card game
|
|
[2 replies] Last: This is what I have so far if anyone wants to help. The program compli... (by mxracer321)
|
by Petsi
My 'else' command isn't working
|
|
[2 replies] Last: #1: PLEASE learn to use code tags, it makes reading your code MUCH eas... (by closed account E0p9LyTq)
|
by vysero
Understanding namespace and include.
|
|
[6 replies] Last: It seems I was confused about a few things. I wasn't aware that I woul... (by vysero)
|
by advancedip
Console keeps shutting down
|
|
[2 replies] Last: THANK YOU FOR YOUR RESPONSE! Because of you I found my error! Thank y... (by advancedip)
|
by psosmol
GINAC
|
|
[1 reply] : You're assuming that an int is being thrown. Assuming a standard ex... (by AbstractionAnon)
|