by sasanet
pointer to class members problem
|
|
[3 replies] Last: no :/ if main () would be friend of a class then private members will... (by sasanet)
|
by jackel7777
pointers stack
|
|
[8 replies] Last: crystal clear...thanks...just needed feedback... (by jackel7777)
|
by hunkeelin
GA TSP problem
|
|
[1 reply] : i think is brute force. (by hunkeelin)
|
by hunkeelin
user input set data.
|
|
[6 replies] Last: hey hunkeelin: is this same thread as "dynamic alocation" you posted. ... (by sasanet)
|
by hunkeelin
how to dynamically allocate
|
|
[5 replies] Last: thanks alot... (by hunkeelin)
|
by mansoorazeem
Deleting corresponding values in Vector
|
|
[1 reply] : for( it=device.begin(); it!=device.end() ; ++it ) { if( (*it).nam... (by matsom)
|
by teason6
Using multiple Or operators in a while loop
|
|
[2 replies] Last: It looks like I needed to input && operators instead of || operators. ... (by teason6)
|
by alMarshy
const and temporary
|
|
[4 replies] Last: ^Yeah, I was confused at first too until I set my warnings to level 4 ... (by firedraco)
|
by crzypersn
i'm having problems
|
|
[4 replies] Last: thank you. The problem was fixed and my program works perfectly. =] No... (by crzypersn)
|
by theman
need some help(update)
|
|
[2 replies] Last: Hi theman, I've been looking at your code. From what I can gather, yo... (by dangrr888)
|
Reading a file |
|
[10 replies] Last: Sounds good! But i need help getting started still D: This is my funct... (by RecoJohnson)
|
by ascii
pointer test
|
|
[4 replies] Last: okay thankya :) (by ascii)
|
by CsqHossein
problem with (try catch)
|
|
[6 replies] Last: i understand my problem solved thanks guys (by CsqHossein)
|
by DivinFalcon
Is this right? I can be sure...
|
|
[1 reply] : The former. If you use a function, ever, it must have its own set of p... (by ultifinitus)
|
by cainen172
im tired
|
|
[3 replies] Last: thanx next time ill just ask u fer a title :P (by cainen172)
|
Comparing more than two variables? |
|
[2 replies] Last: Use the AND operator. For example: if (var1 == var2) || (var1 == va... (by andrezc)
|
Read until end of data, not end of file... |
|
[1 reply] : I think the simplest way is to "clean up" your arrays before using t... (by sasanet)
|
by andrezc
Count lines on text file
|
|
[7 replies] Last: Thaaaaaaaaaaaaaaaaaaanks! Solved! The code working is: #include<s... (by andrezc)
|
by Sleepylessjk
while statement! help!
|
|
[3 replies] Last: num's value starts at 0. Every time the while loop runs, num is increm... (by Stupebrett)
|
by jazpearson
Need help re-writing this into "better" code
|
|
[7 replies] Last: You could make a point/vector class. Then the distance will be (u-v).... (by ne555)
|