by Hailhaven
Square root of an integer variable
|
|
[2 replies] Last: Or you could use this form for (int ii=2, mm=(int)sqrt((double)numb... (by andywestken)
|
by mrm40
linked list, class, struct
|
|
[no replies]
|
by katcon42
Absolute beginner. Help please.
|
|
[7 replies] Last: Alright, thank you for the link (by katcon42)
|
by pak14life
Beginner mad libs problem and im lost
|
|
[7 replies] Last: Try also using fixed. My guess is you are entering something like 5.0... (by kevinkjt2000)
|
by passionrain
Nested If Else Shows Different Output
|
|
[3 replies] Last: Thanks. the problem is solved:) (by passionrain)
|
by achiah
Backwards Scoring Fun
|
|
[7 replies] Last: Thanks for all the input guys! (lol input) I'll see if I make some pro... (by achiah)
|
by hamshid
plx somebody help me with this code
|
|
[5 replies] Last: This should fix your code: #include <iostream> using namespace std; ... (by Smarty)
|
by dody
frequent user input
|
|
[2 replies] Last: sorry for that language.. oh..thank you for that info.. by the way i... (by dody)
|
by Incognito20
The actual use of C++ after learning
|
|
[2 replies] Last: @Incognito20 Will you face something like not knowing how to code to ... (by vlad from moscow)
|
by damian519
Classes private functions
|
|
[8 replies] Last: Ohhh! ok i got it now. Thanks guys! I thought that by returning a valu... (by damian519)
|
by smemamian
n!/k!(n-k)!
|
|
[4 replies] Last: it's generally a bad code habit for a c++ beginner declare a 2 dimensi... (by LaboPie)
|
by dhilchie
error: incompatible types in assignment
|
|
[4 replies] Last: ok I understand now thanks for the clarification (by dhilchie)
|
by Himansh
Array Length exceeded?
|
|
[4 replies] Last: Oh, I get it now. Thank you all :) (by Himansh)
|
by suki
The variable 'F' is being used without being initialized.help!?
|
|
[3 replies] Last: The variable k is not initialised? (by Chervil)
|
Downloading files / accessing files online |
|
[2 replies] Last: Thanks! aha, the libcurl API had example docs. (by Jonas Wingren)
|
by Blank
areas of rectangles
|
|
[7 replies] Last: The ability to resist being a smart ass eludes me int length,length... (by closed account NyhkoG1T)
|
by tina123
create histogram
|
|
[12 replies] Last: No, my array size would be same 180 but .. array range should not be 0... (by tina123)
|
by GoranGaming
Population Estimation
|
|
[5 replies] Last: Goran, putting cin.get(); twice at the end of the code is the simple... (by Donnie)
|
by azmizryk
Need some analysis of Linked List
|
|
[3 replies] Last: http://www.csee.umbc.edu/courses/undergraduate/202/spring07/Lectures/C... (by tath)
|
Arrays result/output wrong |
|
[3 replies] Last: The array isn't adding anything useful here, the program can be writte... (by Chervil)
|