by junaidkhan
arrays addition
|
|
[1 reply] : int addarray(int arg , int length){ int r=0; for (int i=0; i<length;... (by vlad from moscow)
|
by leezeebub
Rand isnt random enough, please help!
|
|
[10 replies] Last: > if you want something even more random look up: > http://www.cpluspl... (by JLBorges)
|
by acemanhattan
Working code, but it's one giant "main" function. Help breaking it up?
|
|
[7 replies] Last: @andy @JL Thanks a lot for the extensive feedback. (by acemanhattan)
|
by MrProgrammer
Array pointer arithmetics
|
|
[1 reply] : First of all the code has undefined behavior. It is not necessary that... (by vlad from moscow)
|
by Ima767god
Why is object initialized this way?
|
|
[5 replies] Last: thx dude, you rock. (by Rechard3)
|
by marvin77
What's wrong with this coding?
|
|
[2 replies] Last: so what must i do with line 71? change to strcpy? or use another code? (by marvin77)
|
by diablo
Dev c++ problem
|
|
[4 replies] Last: I'm not considering how to make the program work. But if you really wa... (by Chervil)
|
by myregm
'cout' : undeclared identifier
|
|
[1 reply] : Whatever your learning c++ from is likely out of date. In modern c++ c... (by Lachlan Easton)
|
by Leon23
The "ate" mode!
|
|
[5 replies] Last: Thanks! That pretty much explains everything! :) (by Leon23)
|
by jsch
loop help
|
|
[3 replies] Last: I didn't know how to make the counters for the grades...thank you, som... (by jsch)
|
RPG coding help |
|
[5 replies] Last: Thanks, you're awesome. Like I said I started today and just need to f... (by battleuser001)
|
by Kalithian
Need help with next step
|
|
[7 replies] Last: Here is the code, compiled and works just like before, but with the ne... (by Kalithian)
|
up and down are left and right |
|
[4 replies] Last: that fixed it thank you very much :D !!! (by CalvinCreator)
|
by Rechard3
Bruce Schneier has a wrong function !!!
|
|
[2 replies] Last: man, you're a genius. thanks. (by Rechard3)
|
by Andym
Help with functions
|
|
[3 replies] Last: sorry, I forgot to let you know that i fixed it like you advised and i... (by Andym)
|
by Ramzi89
get and put
|
|
[3 replies] Last: it works with this: int main ( ) { char ch; while (cin.get(ch) &... (by Ramzi89)
|
by jawknee530
Compiling a program for my friends to run.
|
|
[2 replies] Last: Hi, You need to disable the CRT by going to : Project -> Properties... (by closed account G309216C)
|
by Nubcake95
Use of #undef?
|
|
[1 reply] : In the case of a constant such as pi, it's better to use a const rat... (by Chervil)
|
by Mattish
adding new C++ code with a DLL in an exe?
|
|
[no replies]
|
by symbit
Learning to program before language?
|
|
[4 replies] Last: I'll be sure to check out both. Thanks! (by symbit)
|