by jidder
Uninitialized variable destroyed program
|
|
[13 replies] Last: void foo(int *); //it takes a pointer int main(){ int n=42; foo... (by ne555)
|
by snowfiring
Where to go from here?
|
|
[4 replies] Last: Absolutly amazing advice thankyou so much. I will start with basic tic... (by snowfiring)
|
"Adressof" question "int &p" and not "int p" |
|
[2 replies] Last: thanks for your reply! sorry if i expressed myself in a confusing way (by CplusplusPower)
|
by Nubcake95
Array access via * and []
|
|
[4 replies] Last: In this case it works the same, but there is many other cases where be... (by MiiNiPaa)
|
by Fromar123
[help] DFS, cant find my mistake...
|
|
[3 replies] Last: _ Uninitialized variables _ Bad reading (that may cause invalid access... (by ne555)
|
by stx361
Getting a value subtracted twice
|
|
[3 replies] Last: I have a feeling that you should recheck the logic of your program car... (by keskiverto)
|
by utmostluck
Function returning map address
|
|
[2 replies] Last: Ok that seems obvious. I just do: it = map.find(letter); return it->se... (by utmostluck)
|
by odaayumu
[ERROR] cannot convert 'std::string {aka std::basic_string<char>}' to 'char' in assignment
|
|
[4 replies] Last: I want to assign each data into array, and is there possible way tha... (by Chervil)
|
function int SomeInt(){return SomeOtherInt;} |
|
[6 replies] Last: also thanks pro code for your reply (by CplusplusPower)
|
Need to understand this.....:) |
|
[1 reply] : #include <iostream> #include <cmath> //To use sqrt using namespace st... (by jidder)
|
by Pro Code
New Include
|
|
[1 reply] : http://www.codeblocks.org/downloads/26 (by MiiNiPaa)
|
by firstTym
User not to scroll up
|
|
[1 reply] : system("pause") will call system command processor and pass pause as a... (by MiiNiPaa)
|
Pixel |
|
[1 reply] : [quote=ibranext]Code For one Pixel plz struct Pixel { uint8_t R; ... (by MiiNiPaa)
|
by oldfisherman
About functions, Pointers and arrays
|
|
[8 replies] Last: It is interesting do you read sometimes what you are writing yourself?... (by vlad from moscow)
|
I'm Beginner :S |
|
[1 reply] : First of all look in internet just type in Inline Assembly. I can reco... (by closed account G309216C)
|
by stx361
Issue with class constructors
|
|
[13 replies] Last: Yeah, late night programming is not so good sometimes. I was able to b... (by stx361)
|
by crazyfool
how to count line by line VC++
|
|
[1 reply] : I'm a beginner here too, so a gain of salt might be needed. You don't ... (by stx361)
|
by kamilfaheem
Funtion return Error
|
|
[1 reply] : p=head; //... first=head->getData(); //... delete p; You are trying ... (by MiiNiPaa)
|
by junaidkhan
char to string
|
|
[2 replies] Last: Please do not double post. I makes orum cluttered and difficult to sea... (by MiiNiPaa)
|
by junaidkhan
arrays...
|
|
[1 reply] : use cin.getline (yourname,200); Your line cin>> yourname; reads only t... (by ats15)
|