by gutialejo
Copying fragment of a string to another string.
|
|
[5 replies] Last: Awesome, thanks. (by gutialejo)
|
by foxone
Destructors and Constructors
|
|
[2 replies] Last: Alright, your indenting is making me twitch, so I've fixed that up for... (by Oria)
|
by invoker
Fibonacci Program
|
|
[4 replies] Last: This could be simple. You need to use some loops to accomplish this ta... (by rcast)
|
by Gargoyle
patterns
|
|
[2 replies] Last: You should alternate 0's and 1's. Seems so simple (by eraggo)
|
"<class-name> already defined here" |
|
[2 replies] Last: Now I feel dumb... Perhaps I need a day off XD But cheers! (by TheBeardedQuack)
|
by jbs4bmx
Having trouble pointing to a structure
|
|
[6 replies] Last: You declared function calc_BTU as double calc_BTU( building ); but d... (by vlad from moscow)
|
by ABL
Forward declaration error
|
|
[3 replies] Last: In `gamestate.h' you are dereferencing the pointer, a forward declare ... (by ne555)
|
by liz99
how would you go by creating this
|
|
[4 replies] Last: Why don't you start? Aceix. (by Aceix)
|
by aggsyb
Mouse positioning inside a window
|
|
[2 replies] Last: Sorry forgot to say its on visual studio and the application im trying... (by aggsyb)
|
by animus
C++ Programming Help
|
|
[11 replies] Last: So Animus, I'm not sure if you have gone over pointers yet, but to cr... (by Ssturges)
|
by eagle69
Displaying files through structures and functions
|
|
[14 replies] Last: #include <stdio.h> #include <string.h> #include <stdlib.h> struct c... (by eagle69)
|
by eagle69
Adding sales and customers to a database
|
|
[no replies]
|
by Jose94ji
Homework Help please!
|
|
[no replies]
|
by kiste5
Help with c string hw please.
|
|
[7 replies] Last: [quote=kiste5]how is this, i dont have a complier to check if its real... (by booradley60)
|
by zxcvbnm123
cin validation help
|
|
[1 reply] : You could use a function(possibly overload if you want strings and int... (by giblit)
|
Input validation not 100% right |
|
[2 replies] Last: Bless you. Thank you. I hope you can imagine how thankful I am. This i... (by errorMissiNotFound)
|
by SlenderMan
How do you add all the values of an array together?
|
|
[2 replies] Last: You need to set testAve and hwAve to zero for each student before... (by Chervil)
|
by quwackers
Trying to avoid bad habbits early.
|
|
[6 replies] Last: Do you mean 'numToChar(int x)' instead of calling it inside another f... (by MiiNiPaa)
|
by Anomanderis
Possible misuse of "new"
|
|
[9 replies] Last: I was under the impression that I needed to use "new" in order to cre... (by MikeyBoy)
|
What is a C-string? (1,2) |
|
[23 replies] Last: There are strings and there are string literals. The difference betwee... (by vlad from moscow)
|