by mxjabber
text-based RPG
|
|
[4 replies] Last: above is my reworked code, and as you can see, it is getting pretty he... (by mxjabber)
|
by bettie
switches????
|
|
[8 replies] Last: #include<iostream.h> main() { int i; float total=0.00,p,g ={4.00,3... (by bayabear)
|
by mezosoft
how can i control the cursor???
|
|
[1 reply] : Here is a small program I put together that moves the cursor to positi... (by psault)
|
by gregv21
Arrays
|
|
[2 replies] Last: i got it now i am having trouble with my code here is my code #incl... (by gregv21)
|
by mam646
help! my program keeps accumulating!
|
|
[2 replies] Last: Grey Wolf ..YOU FREAKIN' ROCK!! That worked!!! Thank you soooo much!!!... (by mam646)
|
by fubar
convert a char array of integers to an int
|
|
[7 replies] Last: Cheers mate! atoi was exactly what I was looking for! I didn't know o... (by fubar)
|
by Ali
Need hints to design a program
|
|
[no replies]
|
by yogurt
just need some thoughts
|
|
[4 replies] Last: hmm that is a thoguht. Why do i really need someone to chose a system.... (by yogurt)
|
by hazda
Help in gaming??Brute force??
|
|
[no replies]
|
by burnout
Help with assignment please!!!
|
|
[2 replies] Last: thanks! (by burnout)
|
by cppwtf
Biggest Term
|
|
[2 replies] Last: Another way #include <iostream> #include <algorithm> using nam... (by jsmith)
|
by kordos3
New to C++ Trying to load file into vectors
|
|
[1 reply] : I was able to figure this step out so I am now working on the next ste... (by kordos3)
|
by velaphi
please help with while loops
|
|
[2 replies] Last: it works, thank you. (by velaphi)
|
by eric7
Help! template function
|
|
[1 reply] : Depends what you are trying to do. The problem at the moment is tha... (by hypercruize)
|
by winganger
Need helps on pointer
|
|
[1 reply] : int (*p) declares p as a pointer to an array of 3 int's. p is then... (by hypercruize)
|
by natt
toupper
|
|
[2 replies] Last: toupper() takes a char and returns a char, you are passing it a char* ... (by hypercruize)
|
by mxjabber
number guessing game
|
|
[2 replies] Last: in the book that i got the number generator from it had that as part o... (by mxjabber)
|
by gregv21
Resister Perellel
|
|
[no replies]
|
by auzy07
need some help for class project
|
|
[no replies]
|
How do I populate a vector with a random number function? |
|
[3 replies] Last: Thank you both for the help. I was trying to use my vector in the mai... (by katielynnsdad)
|