by nikhil m
Have a problem with my project !
|
|
[5 replies] Last: Thats the problem , i dont know exactly where it is wrong, u guys need... (by nikhil m)
|
by vrakas
Exercise with numbers
|
|
[2 replies] Last: ;p you're right i mean numbers from 1 to z,each number used only once (by vrakas)
|
by gtm
devc++ just crashed on me..
|
|
[5 replies] Last: Well, it appears you are talking about Orwell Dev-C++, which is mainta... (by Ogoyant)
|
by superfury
Calculating VGA 'pitch'?
|
|
[no replies]
|
by aj3423
fake expression
|
|
[3 replies] Last: It is a bug. Also compiles cleanly with clang 3.2. (by JLBorges)
|
I need help with these problems |
|
[2 replies] Last: I hope you know cplusplus.com is not a place where people do code for ... (by Computa)
|
I neep help coding this project |
|
[4 replies] Last: First thing's first. Do you know any c++? I reccomend learning basic s... (by Computa)
|
2nd advance program |
|
[16 replies] Last: Multiple exit points in code make it more open to logical errors (bugs... (by closed account 3TXyhbRD)
|
by jeje
username and password validation
|
|
[4 replies] Last: May std::cin contains 2byte unicode characters. It happens in some 64b... (by tmihos)
|
by Elidor
Over coding a simple file program
|
|
[10 replies] Last: while ( getline(fin, temp) || getline (fin2, temp2) ) May be while... (by tmihos)
|
by raaj5671
input marks
|
|
[3 replies] Last: (In code tags please) (by Script Coder)
|
by agoswami
32 bit Long vs 64 bit long
|
|
[1 reply] : http://stackoverflow.com/questions/14534907/32-bit-long-vs-64-bit-long... (by agoswami)
|
by knighjl
Simple Select
|
|
[2 replies] Last: _CommandPtr pCmd; hr = pCmd.CreateInstance(__uuidof(Command)... (by SIK)
|
Need Some Help fixing my code |
|
[4 replies] Last: Ok it clearly is a problem with your loops and brackets not lining up.... (by K0T4K0t4)
|
by zukias
Problem with summing arrays
|
|
[4 replies] Last: Thanks, I see what the problem was now :) Control was skipping the par... (by zukias)
|
by monkeybutt
Program editing one sentence it shouldn't. I'm stuck!
|
|
[1 reply] : I think it may be something in this function. Like its not reading the... (by monkeybutt)
|
by hbkmad
A problem with a crash
|
|
[2 replies] Last: It gives me "Program has stopped working". And the options are eigher ... (by hbkmad)
|
by ShotoReapre
get iterator position after find if
|
|
[5 replies] Last: Thank you very much. (by freddy92)
|
by jim hurley
Please, please someone just read this.
|
|
[4 replies] Last: You're welcome. Just check under "My topics" (to the left when signed ... (by closed account D80DSL3A)
|
TSP code |
|
[2 replies] Last: First initialize all trips cost as a integer then compare them using l... (by Xphysics)
|