by nucleoponey
Help a beginner with looping
|
|
[8 replies] Last: For reference, you could use the floor() function. http://www.cplusplu... (by Chervil)
|
by Raffay Khan
setw error
|
|
[2 replies] Last: 0331 - this is interpreted as a value in octal notation, rather than d... (by Chervil)
|
How to check if to UINT64 are equal |
|
[no replies]
|
by Nefri
Opeing file from another directory.
|
|
[5 replies] Last: Try it without the first '/' example: string filename = "../../input.... (by Chervil)
|
by Eli Porter
Pass Values from Function to Main()
|
|
[3 replies] Last: I haven't had a detailed look at your code, but the following function... (by ShodanHo)
|
Help me in 2d Char array |
|
[no replies]
|
by miladam
help me
|
|
[8 replies] Last: Seriously, why use double instead of int? Erm... presumably because... (by MikeyBoy)
|
by max v max2
while & if help
|
|
[5 replies] Last: thank you very much (by max v max2)
|
by Lindseybb
Errors fix
|
|
[5 replies] Last: What errors are you getting? If you don't #include <cstdlib>, you'll ... (by tipaye)
|
by fahmankhan75
Array Parameters? HELP PLEASE!
|
|
[5 replies] Last: NT3, I got an error on your second void function without the pointers... (by fahmankhan75)
|
by Vanessa101
Array of Structure
|
|
[7 replies] Last: Here is my new code. Im having a trouble with the total. It just compu... (by Vanessa101)
|
by Queso36
Help with sentinel value and loop.
|
|
[1 reply] : ((temp = cin.get()) != '-999') should be temp equals cin.get() ... (by gamemaker96)
|
by hanipman
Need help with return Values
|
|
[2 replies] Last: That ends up with my while loop not working, "error: value of type 'vo... (by hanipman)
|
by jonlande
convert 1-d array into table
|
|
[no replies]
|
by Kris Rossman
Homework help
|
|
[1 reply] : Line 70: don't loop on EOF [code firstline=70] while (infile >> sco... (by Duthomhas)
|
by martin619
variable and loop problem(short code)
|
|
[1 reply] : A very common beginners mistake, is to assume that an assignment is an... (by xismn)
|
by match88
How it works?
|
|
[3 replies] Last: Most of the time, the implementations are housed in static-libraries (... (by xismn)
|
by metulburr
Using Cygwin g++ and an IDE
|
|
[no replies]
|
by bowleruu16
Largest/Smallest Array Values
|
|
[1 reply] : Shell: #include <iostream> int lowest(int , int); int highest(int ,... (by mobotus)
|
by ckl3
Form a box using words
|
|
[no replies]
|