Any more errors in this code? |
|
[3 replies] Last: lanti? (by stuckinthehouse)
|
by mralex42
array declare must have const value
|
|
[4 replies] Last: If you don't need to do any resizing or adding/deleting elements of th... (by long double main)
|
by fatmansbox
Data Analysis Program help
|
|
[5 replies] Last: srand is use to seed the random number generator. If you don't seed it... (by histrungalot)
|
by hilft
calculation problems, can't get the right output
|
|
[1 reply] : line 4: val is specified as passed by reference. When you modify val... (by AbstractionAnon)
|
by kaye0822
HELP! Placing an extra copy of the 4th digit.
|
|
[10 replies] Last: Why don't use std::string? i means input, l means length and f means f... (by ngbeslhang)
|
by XiangzhenWu
Struct not declared problem
|
|
[4 replies] Last: oh, yeah thank man (by XiangzhenWu)
|
by sethman410
Fibonacci recursion
|
|
[2 replies] Last: Well, ok, since you said fib(6) which gives the result 8 was the onl... (by Chervil)
|
by shiny21
Project out of date
|
|
[10 replies] Last: Just switched over to code::blocks everything works now! :) (by shiny21)
|
by ABABA999
plz find the problem in code
|
|
[2 replies] Last: yes , i want to stop the program, when it gives output which is 'the n... (by ABABA999)
|
by Randers
&& and || works different
|
|
[5 replies] Last: and what we see ? "||" is or and "&&" is and but in my program "||" w... (by cire)
|
by reedy212
Console Crash
|
|
[1 reply] : `strlen()' expects a null terminated string Also while (count < SIZ... (by ne555)
|
by txals
Serialization
|
|
[no replies]
|
by layanM
help :(
|
|
[4 replies] Last: Layanm: Start first: if it can be modulated by 2, then it's not prim... (by IWishIKnew)
|
by fahmankhan75
Code Checker!. Can my code my improvedfurthermore.
|
|
[14 replies] Last: Promt is a reference parameter, but you have it as cout..prompt. I d... (by cire)
|
by hilft
Class and function question quick help!
|
|
[3 replies] Last: anyone? (by hilft)
|
by azad90
Invalid char conversion error
|
|
[5 replies] Last: How do you convert char to int? I think you may mean a string of cha... (by Chervil)
|
A game (I have Dev C++) |
|
[4 replies] Last: Okay, thanks for the help. ( WASD it is) (by closed account jyU4izwU)
|
by andyhack
random numbers
|
|
[4 replies] Last: thank you this is exactly what I needed this has been very helpful tha... (by andyhack)
|
by sea711
How to print from a vector?
|
|
[2 replies] Last: The simple way, print from vector<Car>: std::ostream& operator<<(std... (by ShodanHo)
|
by tavuk
help with do-while loop
|
|
[3 replies] Last: You are welcome! (by eyenrique)
|