by shepp2670
Function prototype and defining functions
|
|
[14 replies] Last: Thanks! (by shepp2670)
|
by jat707
uninitialized array?
|
|
[3 replies] Last: there's more. the initialization of your grades in main needs to be mo... (by m4ster r0shi)
|
Problem with count() |
|
[5 replies] Last: Thanks! (by closed account jwC5fSEw)
|
by dasman
Saving a project...
|
|
[2 replies] Last: I think OP wants to make the project portable, not the generated execu... (by helios)
|
by snag49ers
Vector class in c
|
|
[3 replies] Last: There do exist ways to write such things in C, though. Limited v... (by Duthomhas)
|
by Leydin
Unable to find smallest number in an array
|
|
[7 replies] Last: @kenpo - Thanks for the info. I wasn't trying to reinvent the wheel pe... (by Leydin)
|
by Kaiveran
Tic-Tac-Toe Program using 2D array
|
|
[4 replies] Last: Consider using constants instead of hard coding the 3 in multiple plac... (by kempofighter)
|
by RBerry813
Data file with string and data values
|
|
[no replies]
|
programming a Quadratic Equation Solver (1,2) |
|
[20 replies] Last: As advice, you can streamline the calculation of det to sqrt(b*b-4*a... (by tummychow)
|
by dan1973
beginner problem - number guessing.
|
|
[9 replies] Last: I then used the tried and tested taunt of 'Is that the best you can d... (by m4ster r0shi)
|
by anasXanas
How to write the code for these programs ...?
|
|
[5 replies] Last: Program1 #include<stdio.h> int main (void) { int i,j,x; // ... (by anasXanas)
|
by jlhines7
guessing game
|
|
[5 replies] Last: Sorry. (by maikel)
|
by cartpauj
const issues
|
|
[2 replies] Last: Also for a more biased/dissuading article: http://www.cplusplus.com/... (by Disch)
|
by umairtheone
need some code examples of linked list
|
|
[4 replies] Last: use std::list. http://cplusplus.com/reference/stl/list/ You said i... (by kempofighter)
|
by LiLi
binary to integer
|
|
[4 replies] Last: Try memcpy or, if you're using std::string you can use the string cons... (by hamsterman)
|
by Groo
Illegal indirection erors
|
|
[2 replies] Last: Excellent! Thank you for the input. It really helped. (by Groo)
|
by jojomanjman
trouble with cleaning up this program?
|
|
[3 replies] Last: to be honest im not sure? Ive have been fallowing my book and it has m... (by jojomanjman)
|
by anzki4
Expected primary-expression before "else"
|
|
[17 replies] Last: Well thank you for all your help. I think I`ll just use comments like ... (by anzki4)
|
by kcbob
capital letters in program
|
|
[6 replies] Last: oh thanks sometimes those things slip and it takes me a while to find... (by kcbob)
|
by paulliwali
weird results
|
|
[5 replies] Last: thx for all of the replys, but for "magnificence's" reply, if you ... (by paulliwali)
|