by zmarcoz
101 Question: Passing Numeric Command-Line Arguments
|
|
[1 reply] : argc is the number of arguments. It is the program name plus the numbe... (by garob)
|
by andrew9514
can c plus build my game designing software?
|
|
[4 replies] Last: This one is earlier than that one. (by helios)
|
by mattzorx
modulo operator problems
|
|
[5 replies] Last: thanks everyone for all of their input. (by mattzorx)
|
by foncused
User created function
|
|
[1 reply] : Use a loop. (by Duthomhas)
|
by ashley19
integePOWER function without math library functions
|
|
[6 replies] Last: Some learn by going in depth and making sure they understand every li... (by firedraco)
|
by zmarcoz
pointer 102 question
|
|
[1 reply] : You could have posted this question in the other thread. f(&i); ... (by helios)
|
by andrew9514
dose c plus cost alot and is it easy to work with?
|
|
[no replies]
|
by zmarcoz
pointer 101 question
|
|
[1 reply] : 1. Wrong. The compiler will complain about trying to assign a pointer ... (by helios)
|
by Basinator
Critical error (not in error list)
|
|
[3 replies] Last: The 0 is being treated as a pointer unfortunately, that is why it com... (by guestgulkan)
|
by DamagePlan
hex dump program
|
|
[2 replies] Last: You'll have to read 16 bytes from your file( http://www.cplusplus.com/... (by hamsterman)
|
by songryong
Increment gone wrong
|
|
[6 replies] Last: i dont know what to used rather than cout.. and im still learning this... (by songryong)
|
by psnurr
Big array, stack/heap overflow?
|
|
[5 replies] Last: Okay, I found out what I had done wrong, and how to do it properly mys... (by psnurr)
|
by JaredTS18
LF Input on Bubble Swap Function
|
|
[no replies]
|
by Crazyhat
function problem with file i/o
|
|
[3 replies] Last: Actually I was able to figure it out, it turned out I needed to add so... (by Crazyhat)
|
by Null
What's this?
|
|
[2 replies] Last: Thanks (by Null)
|
by nevero
Getline problems
|
|
[3 replies] Last: Thanks a lot, it's now working fine !! By the way, thanks for remin... (by nevero)
|
by rej3kt
Quick question!
|
|
[1 reply] : Well, I'm not sure if this will solve it, but you sure don't need a b... (by hamsterman)
|
by Espectro
Datastream from .dll file in C++
|
|
[3 replies] Last: I've only now seen your reply. Is this still a problem? (by kbw)
|
by rej3kt
For loop multiplication table.
|
|
[6 replies] Last: nice one got the if tags working I was putting them in the wrong place... (by rej3kt)
|
by Archaea
speeding up a while loop full of ifs and class function calls
|
|
[1 reply] : Nothing in the above function looks like it should be slow. Perhaps r... (by jsmith)
|