by sanchezz
converting string first char to int
|
|
[1 reply] : To convert a single character to an integer you can subtract '0'. int... (by Peter87)
|
Insertion sort reading from file into structure |
|
[3 replies] Last: Ah, I see... Ok, instead of using comparing operators > and <, use st... (by Nina Sma)
|
by beginner123
how to run a gui program in the background?
|
|
[4 replies] Last: @keskiverto yes the GUI will be used but it will be used by another co... (by beginner123)
|
by science
QUESTION for all you great programmers
|
|
[1 reply] : Well u see I am not a great programmer just a beginner.But I guess the... (by cyberdude)
|
by Shilalydawg
Output isn't right...
|
|
[2 replies] Last: Oh, I'm really sorry everyone, I'm an idiot and I had a comma at the e... (by Shilalydawg)
|
by nasser
debug error
|
|
[1 reply] : I think it's because g has an invalid value. Initializing it to 0 migh... (by Aceix)
|
by kittycat
output to a .txt file. trouble
|
|
[8 replies] Last: Makes perfect sense ! I have used the output to display only the aver... (by kittycat)
|
by Cluterbug
help with arrays
|
|
[10 replies] Last: Well here's what I got. I need help to be able to use negative numbers... (by Cluterbug)
|
problem about putting prototypes in header files. |
|
[4 replies] Last: i faint... i finally find that my second file haven't been auto add in... (by closed account LUXNwA7f)
|
by lksnip
Need Help for simple calculator program
|
|
[9 replies] Last: string input; bool error; double a1; do { erro... (by lksnip)
|
by becky5868
Deleting linked list from the beginnig
|
|
[1 reply] : temp1=head->getNext(); while(temp1!=NULL) { ... Here, in the cas... (by shacktar)
|
by sushiroll
course score calculation program
|
|
[1 reply] : edited to make it easier to read (by sushiroll)
|
C++; 2D arrays? Plot points for graph |
|
[3 replies] Last: To help log my coordinates, I'd like to use fillLocations to fill the ... (by bringer of poop)
|
by Benjamin43
Count vowels from user input string characters
|
|
[no replies]
|
by yayu
Linked Lists
|
|
[4 replies] Last: Thank you. (by yayu)
|
by Voldiemert
Vec2 Template Help
|
|
[1 reply] : It should be very simple to make your class a template class. Read up ... (by Lachlan Easton)
|
by Maham Amjad
how to write a program using nested while loops
|
|
[2 replies] Last: #include <iostream> using std::cout; using std::endl; int main(){ ... (by eyenrique)
|
by Bawnawgwa
Completely stopping an animation loop?
|
|
[no replies]
|
by kittycat
console/cmd shuts down instantly !
|
|
[14 replies] Last: Thank You :) (by kittycat)
|
by SlatA
Easiest way to change color in bitmap
|
|
[1 reply] : Any idea from anyone? (by SlatA)
|