by Yungstark3
C++ Array Project
|
|
[2 replies] Last: I got in contact with my professor and he pointed out a couple small e... (by Yungstark3)
|
by waleedxhmad
Variable 'i' : undeclared identifier
|
|
[1 reply] : Line 3: Get rid if the ; That terminates the scope of the for loop m... (by AbstractionAnon)
|
by Areej Q
help me with this error error C2668
|
|
[4 replies] Last: You could of course, use the scope operator to explicitly state that ... (by MikeyBoy)
|
FILE - creating files... |
|
[19 replies] Last: Thanks. (by closed account jvqpDjzh)
|
by patrickmurf
header file problem
|
|
[2 replies] Last: Dev c++ 4.9.9.2 .It was working fine earlier and my codes was running ... (by patrickmurf)
|
by kkkl
Determine array values
|
|
[1 reply] : on line 21: you can omit the if statement because else suffice. from ... (by coder777)
|
by qwertyking
void function+for loop
|
|
[1 reply] : the loop does nothing plus ; or {} is missing for the end of the l... (by coder777)
|
by Alby94
std::endl
|
|
[2 replies] Last: Prototype: template< class CHAR_TYPE, class TRAITS_TYPE > std::basic_... (by JLBorges)
|
by Powdertrail
Ensuring a number input/lowercase check/writing txt problem
|
|
[5 replies] Last: if (resultados.is_open(), fstream::app) Using a comma operator ... (by AbstractionAnon)
|
by Optimuskck
Declaration and initialization of objects in C++
|
|
[2 replies] Last: Thank you for the reply @AbstractionAnon (by Optimuskck)
|
by mancool1112
College Choice
|
|
[2 replies] Last: It is http://www.cplusplus.com/forum/lounge/128243/ but there's been n... (by wildblue)
|
by lethal71
Problem with string and cin
|
|
[4 replies] Last: @cbasic88 why did you use cin.ignore( 256, '\n' ); here? thank... (by Optimuskck)
|
by Mercur
Kruskal algoritm problem
|
|
[1 reply] : no one?:( (by Mercur)
|
Empty screen after creating and naming a new project |
|
[2 replies] Last: to create a new project : File > New > project > Win32 console applica... (by Areej Q)
|
by sierranm
Code not working
|
|
[6 replies] Last: The problem with your code is the break statement used inside the for... (by Codermik)
|
by Nyte
Understanding for loops
|
|
[4 replies] Last: Yes. (by keskiverto)
|
by Bdanielz
Why is this int printing as an memory address?
|
|
[1 reply] : delPtr is a pointer. delPtr->data is the integer member variable of t... (by keskiverto)
|
by ursaeil
Help with sentence counting
|
|
[3 replies] Last: Having it in a loop definitely makes more sense. c is still undefined ... (by admkrk)
|
by elhamalz
arrays
|
|
[4 replies] Last: Thank you! But I've solved it and I have put a check on the thread! ... (by elhamalz)
|
by passw0rd
help....
|
|
[3 replies] Last: tell us what you want the program to do, and what it actually does. ... (by admkrk)
|