by kosamja
__asm equivalent for 64 bit?
|
|
[2 replies] Last: killtt.cpp #include "Windows.h" #include "Shellapi.h" #include "comm... (by kosamja)
|
by Jen0vaCore
More efficient way of coding this?
|
|
[7 replies] Last: > Is it just to reduce confusion for the reader? Yes. > is there ac... (by JLBorges)
|
by sampe43
Help with suit symbols
|
|
[2 replies] Last: > Does anyone have advice on how I can fix this? Consider restricting... (by JLBorges)
|
by jerseycity11
Area under a curve
|
|
[2 replies] Last: Are the LL, UL, MP the same as the left sum, right sum and midpoint su... (by keskiverto)
|
by adrianthorn
Code freezing at a particular point
|
|
[4 replies] Last: line 33 should be while((i <FirstLength)) (by vin)
|
by Upisaala
having problem changing if else if to do while .
|
|
[1 reply] : I can't, but I can point you to the direction to take a look at: http... (by chicofeo)
|
by CassandraB
Local Function Definitions are illegal
|
|
[3 replies] Last: They are not new errors. Your code had them all along. The compilation... (by keskiverto)
|
Array Binning Problems |
|
[3 replies] Last: solved (by paintballer008)
|
by uteezy
Help.. Stuck on a section of my C++ coding
|
|
[3 replies] Last: Thank both of you for your advise! Sorry for the mess. I was tryin... (by uteezy)
|
by Upisaala
im trying to chang from if else if to while statement
|
|
[3 replies] Last: thanks guys ... (by Upisaala)
|
by johnconnor
Passing random numbers into a loop
|
|
[1 reply] : but so far I can only pass one random set, it doesn't rerun the func... (by integralfx)
|
by sniperGirl5
Menu Program Help
|
|
[8 replies] Last: Thank you so much for your help! I was able to finish the code and ad... (by sniperGirl5)
|
Simple Squares NOT using loops. |
|
[3 replies] Last: Ah yes! I do remember my professor saying that we have to use recursio... (by onehundredthugs)
|
by vtortilla
help
|
|
[no replies]
|
by cpunkymonkey
One Function for Output
|
|
[2 replies] Last: @fun2code Thank you very much! (by cpunkymonkey)
|
by nikgun1984
Connect Four Game
|
|
[no replies]
|
by cutebabygirl
Difficulty making a loop with arrays
|
|
[2 replies] Last: Thanks so much for your help, it's working now. Much appreciated! (by cutebabygirl)
|
Ifstream and getline, help. |
|
[no replies]
|
by aquapollo
Help assignment due tonight!
|
|
[1 reply] : On line 24 you are trying to store a pointer to function into an int v... (by keskiverto)
|
by BenW
Having trouble calculating + printing max/min values
|
|
[3 replies] Last: The ! takes a bool operand. Therefore, the k is implicitly converted f... (by keskiverto)
|