by soccer53
Array
|
|
[7 replies] Last: Hello soccer53, I had a thought that if using the "fin.ignore(...)" i... (by Handy Andy)
|
by AL88
why is this not returning 4
|
|
[1 reply] : You don't do anything with the return value. You either have to stor... (by Peter87)
|
Modular HCF |
|
[5 replies] Last: Which property (by closed account 3UohqMoL)
|
by nomat
Overloading functions
|
|
[2 replies] Last: when zone is below 0 or above 7 the program is not supposed to calcul... (by nomat)
|
by PhysicsIsFun
putting particles on fcc lattice
|
|
[1 reply] : I think I have my solution. Just in case someone is curious^^ #inclu... (by PhysicsIsFun)
|
by addonexus
Getting wrong numbers
|
|
[3 replies] Last: Do not remove the content of your post after your question has been an... (by Ganado)
|
by stav
Accept any stl container as argument but require type
|
|
[1 reply] : This code won't compile until you take out the attempt to use SomeFun... (by Repeater)
|
by cool123dude
Help me (Anagram Substring)
|
|
[2 replies] Last: How can we know what's wrong with your code, if you don't show it to u... (by MikeyBoy)
|
by Kai456
cout doesn't output the same as printf, why?
|
|
[12 replies] Last: operator<<(ostream&, char*) would have been highly inconsistent and i... (by MikeyBoy)
|
Please to check the following solution. |
|
[5 replies] Last: You can call me whatever you feel comfortable with. (by JLBorges)
|
by NoobToThis
Soliciting advises
|
|
[6 replies] Last: I've been a software engineer for 30 years and im sure most will agree... (by Jaybob66)
|
by sgill1998
Calculator
|
|
[3 replies] Last: remove the returns and add else clauses.... if(stk.empty()) ... (by Jaybob66)
|
by JeffR1992
Pascal's triangle and 2D vector
|
|
[2 replies] Last: one of those weird math tricks: you can seed it with pow(11,0) through... (by jonnin)
|
by ysf007
why I'm not getting the right values
|
|
[3 replies] Last: I forgot to add the extention, error of beginners indexBin.find(Name... (by ysf007)
|
by thmm
Code too slow
|
|
[10 replies] Last: try this #include <bits/stdc++.h> using namespace std; int main() ... (by closed account 3UohqMoL)
|
by silver11235
C to calculate pi and find error between calculated pi and actual pi
|
|
[1 reply] : @silver11235, My implementation of MPI (mpich) didn't like scanf eithe... (by lastchance)
|
by Hadal10
Extracting decimal values from file
|
|
[2 replies] Last: I acted on your suggestion and changed argc < 2 to argc != 2. It seems... (by Hadal10)
|
by Hollowman
Where to put many game objects
|
|
[6 replies] Last: Put this program down and use google for a few min or look in these fo... (by jonnin)
|
by Aqualex
Unresolved external symbol referenced in function error when compiling .dll
|
|
[1 reply] : q.lib : warning LNK4272: library machine type 'x64' That seems to ... (by Repeater)
|
by Kai456
Help with deleting characters from an array
|
|
[2 replies] Last: Thanks tpb! Very helpful response. (by Kai456)
|