Beginners (Page 125)

if else problems
 
#include "stdafx.h" #include <iostream> #include <cstdlib> #include <ctime> using namespace std...
[4 replies] Last: @ tmalcuit90 This would be better as a new thread, but I'll try to ans... (by Chervil)
by Joe412
file opening/checking file
 
allright this is my pseudo code i was trying to write in c++. As most of you probably noticed im a c...
[6 replies] Last: Chervil, wow this thank you alot, is there a place where i can learn c... (by Joe412)
by nerd
2D char array input using for loop. ?!
 
Having Problem in 2D Char Array Input .. Major Problem in the function "fetch_name", Please Have ...
[2 replies] Last: Ok UpDated cOde: void fetch_name(student& s) { for (int i = 0; i < ... (by nerd)
Direct X 10 Library related
 
I just started diving into C++ a while ago and now im using the direct x library mainly for an assig...
[2 replies] Last: Ok its fixed after a bit of looking around.. Sorry for the trouble :[ ... (by Histerial)
Need some help here
 
// i wanna know why case 1 is not working ? //and how i can make it working //hope find an answer fa...
[11 replies] Last: what is cin.get(); do? It reads a single character. In this case, we... (by Chervil)
by kw1991
can a .cpp file call another .cpp file? (1,2)
 
I have two separate .cpp files in the a program and in the first.cpp file i have an empty function ...
[25 replies] Last: @OP: Here is how you make class .cpp/headers: in header: class Cla... (by IWishIKnew)
Warning: Source file not compiled
 
This program ran completely fine until I added the for loop into main. It still compiles with no er...
[8 replies] Last: The last update to the Bloodshed version was in 2005. In fact if you f... (by Chervil)
Array problem
 
Write a program that will prompt the desired search item among the user input array is found or not ...
[5 replies] Last: Thanks cyberdude (by Lin Park)
solve the problem, using <iostream.h>
 
Write a program to test that the given sequence is a palindrome sequence or not.
[5 replies] Last: Thanks matri X (by Lin Park)
Review my code =]
 
Hi im pretty new to c++ and I was hoping you guys could review this code I wrote. its a game that m...
[7 replies] Last: You shouldn't `srand()' at each number generation. Just once in the w... (by ne555)
by Sam99
problem with assignment
 
How can I detect a number, whether it is decimal or binary or octal? I've to create an array; I hav...
[4 replies] Last: @Sam99 But I can consider 0,1 as binaries, 0-9 as decimals and 0-7 as... (by vlad from moscow)
What is the best program for C++?
 
I just started learning C++ and, how will I program with it if I can't find a program to program wit...
[2 replies] Last: Thanks. I settled for Visual Studios Express. SOLVED TOPIC (by dgree2465)
ٍSingleton Class
 
Dear all, I am reading about the singleton class. I know that the singleton class is used whenev...
[1 reply] : google "singleton class c++" (by mutexe)
by Matete
Notes
 
Hi guys I need short simple clear notes on 1. Passing structure types variables to a function in C++...
[5 replies] Last: OP, do you know how to pass primitive data types to functions? If so, ... (by ResidentBiscuit)
Recurring For Loop
 
In a voxel project I'm working on in order to be the most efficient with my draw calls I need to wor...
[2 replies] Last: Thanks! (by Rowan836)
by Aceix
Good and understandable Jave tutorial
 
Please does anyone know where I can get a good java tutorial from? Thanks, Aceix.
[2 replies] Last: Thank you soo much! Aceix. (by Aceix)
by blink2
Bug in my first project? (strings and input)
 
I suppose I'm learning the true definition of a 'bug.' I guess it's just an error, mistake or other...
[6 replies] Last: Wonderful, Olysold. Thanks for the answers! (by blink2)
Recursive algorithm, please help!
 
Just stucked in this little excercise, compile fine but running and it crashes #include <iostream>...
[3 replies] Last: You should take into account the case when y is equal to 0. For exampl... (by vlad from moscow)
What does this mean?
 
Hello, What does this sentence mean? Rewrite the Hello, world! program so that a newline occu...
[7 replies] Last: I finished it. Here is what I did! #include <iostream> int main ( ... (by Dario z)
What is wrong with my program? (Long code read if you dare to care)
 
I am stumped by this. I am close to getting it (I think) but sometimes the displayed grades go crazy...
[6 replies] Last: Is that related to why some of the grades are going berserk Yes.... (by cire)
Pages: 1... 123124125126127... 136
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.