by giardello
Trouble printf'ing a string out of a structure.
|
|
[2 replies] Last: It works, once you give the name a size. It's illegal to declare an ... (by giardello)
|
by pczafer
cours work (just have a look)
|
|
[1 reply] : looks fine to me..functionality is distributed across functions. a ... (by writetonsharma)
|
by pczafer
how to get value from function
|
|
[2 replies] Last: thanks Gumbercules (by pczafer)
|
by satchmo05
What's wrong with my code?!? (1,2)
|
|
[29 replies] Last: Question for all with my code above. I have fixed certain things and i... (by satchmo05)
|
by mat1989
What is wrong with this code
|
|
[2 replies] Last: Perhaps if you showed the entire program it would help. Can there be ... (by wretch)
|
by ltrane2003
Filling an array
|
|
[10 replies] Last: Man, its always the small things that get you. Thanks for the help. (by ltrane2003)
|
by grcunning
mystring class getline() function
|
|
[4 replies] Last: wooohoo, works perfectly! Thanks so much (by grcunning)
|
by learner2009
exception throwing
|
|
[4 replies] Last: Just FYI, exception specifications are stupid and there is little poin... (by jsmith)
|
Open C++ program with an external file |
|
[5 replies] Last: I think would better creating your own extension, all files with that ... (by Bazzy)
|
by yamcake01096
How I gonna output file as txt file
|
|
[1 reply] : So your program works fine but just saving the output gives problems? ... (by Umz)
|
by mat1989
using to lower to output edited html tags into new file
|
|
[4 replies] Last: eker676 has a great solution for the commenting. If you want the pr... (by Umz)
|
by learner2009
exception syntax
|
|
[1 reply] : const char* is the return type (a pointer to char which can't be mod... (by Bazzy)
|
by wretch
trying to return char* not working
|
|
[5 replies] Last: The problem with arrays is that only the pointer is passed while the ... (by wretch)
|
by arshak
plz, write the .cpp
|
|
[1 reply] : We can help, but we won't write your code for you. Make an honest eff... (by Duthomhas)
|
by pczafer
i`m very confused
|
|
[1 reply] : 1. anything you have that isn't code should be commented otherwise you... (by jaydr)
|
by andrewt
dividing by 0 problem
|
|
[3 replies] Last: continue getting the numbers until y is not equal to 0 ( do - whil... (by Bazzy)
|
by adnanBIH
getline - red new sets of data problem.
|
|
[no replies]
|
by aim25
Linking errors
|
|
[2 replies] Last: paste your full errors here, you are missing a .lib in linker options... (by writetonsharma)
|
by messenjah
FORTRAN number formatting with c
|
|
[1 reply] : I don't know of any standard way to do this. However, you can sort o... (by Duthomhas)
|
by hatesymphony
Stack structure
|
|
[1 reply] : Use a constructor eg: struct Info { string name; unsig... (by Bazzy)
|