++pointer works, pointer++ doesn't (C) |
|
[1 reply] : The order of operations is completely different. In one form, you incr... (by LB)
|
by whathecode
For Loop Execution Steps
|
|
[3 replies] Last: Happy to help. Goodluck :) (by TarikNeaj)
|
by Andym
why is my array "out of scope"
|
|
[14 replies] Last: Sorry. I was thinking that find_account_by_name was a member of the c... (by AbstractionAnon)
|
by kkl19880913
Need some help for class
|
|
[1 reply] : I have no idea why I can't put any value in the selection. I don't k... (by AbstractionAnon)
|
by pschroe2
Segmentation Error, Etc...
|
|
[5 replies] Last: You're still making an out of bounds reference. You missed my earlie... (by AbstractionAnon)
|
Error: Expression preceding parantheses |
|
[1 reply] : pow is a function, not an operator: std::pow(windsp, 0.16) ... (by LB)
|
by Marth
For Loop, Array Question
|
|
[3 replies] Last: thanks for the help! (by Marth)
|
file read/write issues. |
|
[3 replies] Last: I caught that mistake, changed it. Still wont work. (by CaptainBierstein)
|
by Marth
Help understanding snippet
|
|
[2 replies] Last: Thanks, very helpful. (by Marth)
|
by aqum
I have a new question on how to make the program start from the beginning
|
|
[8 replies] Last: [quote=pearlyman] Without a rewrite of your code (Strongly suggested) ... (by AbstractionAnon)
|
by ZahoorKhan
int main()?
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/program_structure/ (by LB)
|
by zaryabsaeed
2D array to 1D array
|
|
[1 reply] : Don't mark your topic as solved unless it actually is solved. Just pr... (by LB)
|
by zaryabsaeed
Accessing Sub Strings
|
|
[1 reply] : Sure. Use string::find_first_of() to locate the space between words. ... (by AbstractionAnon)
|
by emmettcowan
need help understanding
|
|
[2 replies] Last: t*= 2 ; Doesn't do anything. Huh? t*= 2 ; is a perfectly accep... (by AbstractionAnon)
|
by ZahoorKhan
What is <iostream>?
|
|
[5 replies] Last: Thanks all (by ZahoorKhan)
|
trying to create a fraction |
|
[1 reply] : Your declaration for Output says it takes two doubles. void Output(d... (by AbstractionAnon)
|
by cmcleod
Plink issues!!
|
|
[no replies]
|
by HG319
Hash Tables
|
|
[no replies]
|
by Evenilink
Difference between vector<Name_of_class *name_of_variable> and vector<Name_of_class name_of_variable>
|
|
[2 replies] Last: I found this that explains it a little more... You can create the ob... (by pearlyman)
|
First Program printing problem |
|
[1 reply] : Where to begin?? int i,s=0,flag=0,n=1,right=0; // Seriously? in... (by pearlyman)
|