by o0reyiz0o
iosfwd exception
|
|
[1 reply] : Hey, thanks for help :P Anyways, I found the problem. Problem was rel... (by o0reyiz0o)
|
by pacman169
Infinity problem
|
|
[4 replies] Last: There's no such thing as infinity for integers. That said, you can st... (by Duthomhas)
|
by ebucna
remove spaces from string
|
|
[2 replies] Last: thanks allot, work perfectly... (by ebucna)
|
by Ike4948
Storing calculated values in an array
|
|
[3 replies] Last: Line 10: void findDifferences(float, const int , int) and Lin... (by tcs)
|
by nichan79
I need help editing my code.
|
|
[13 replies] Last: Hey that's fine I appreciate the help. That's why asking questions is... (by nichan79)
|
by edakurt
a simple question about c
|
|
[1 reply] : 1. scanf() needs a variables address instead of its value: scanf("%d... (by tcs)
|
by anhnha
function pass by both pointer and reference
|
|
[4 replies] Last: Well, they help! Thanks!!! (by anhnha)
|
by Lee125
Cannot count number of consonats.
|
|
[4 replies] Last: What if the user enters the code for ' 'or '.' or '$'? You are counti... (by dhayden)
|
by xgeutzu
pow(19,20)
|
|
[5 replies] Last: thank you anup30 ! it seems I have to improve my math skills... thank... (by xgeutzu)
|
by Gold Roger
Need tutorial reference
|
|
[1 reply] : You should read this: http://www.cplusplus.com/reference/queue/priorit... (by minomic)
|
by israr00
Binary Search
|
|
[2 replies] Last: thank you very much....:) (by israr00)
|
by dkumar3
saving float array to dat file in a single operation
|
|
[3 replies] Last: @minomic , thanks a lot for explaining the meaning of setw. @dhayden ... (by dkumar3)
|
by Kaim3tsu
Finding C++ Easier then java
|
|
[5 replies] Last: I'm understanding the concepts behind the language easier then java... (by dhayden)
|
by Dannos
Function Problems
|
|
[3 replies] Last: ... else { cout << "Error, please type again" << endl; main(); /... (by Lodger)
|
by Gold Roger
Why use so much macros in programming contest
|
|
[2 replies] Last: Thanks for responding Perter87 . I got the idea... (by Gold Roger)
|
by abdalimran
Problem in erasing duplicate words from a vector.
|
|
[2 replies] Last: Thank you..it works! :) (by abdalimran)
|
by badcoder
User Input Arrays Task
|
|
[6 replies] Last: else if(familyAges =>4 && <11) { ////you dont do that it should ... (by rjvc)
|
by Nikkiglec
C++ array using multidimensional
|
|
[3 replies] Last: Here is a fix // 2D array #include <iostream> using namespace std; ... (by Spikerocks101)
|
by fourkawhell
MergeSort - Out of Range !!!
|
|
[1 reply] : int mid = n/2; ///use mid=(n-1)/2 (by closed account SECMoG1T)
|
by netodude
tokens and stroustrup ch.7
|
|
[no replies]
|