by Waise
Visual C++ 2010 Express and windows 7 64 bit
|
|
[1 reply] : I am using without problem the visual studio 2010 on Windows 7. yo... (by firix)
|
by firix
template Error
|
|
[4 replies] Last: ridiculous mistakes.... Thanks man. Why did you do it ? templa... (by firix)
|
by smd75jr
Shadow Parameter
|
|
[4 replies] Last: Also, is there a way to make it output in days (taking into account le... (by smd75jr)
|
by LittleQuick
Switch statement if/ofstream error
|
|
[no replies]
|
by Faff
Prototyping classes?
|
|
[1 reply] : You can forward declare classes: class MyClass; Note that ... (by Disch)
|
by wtf
getting a grasp on cin input etc
|
|
[2 replies] Last: that only removes 1 character at a time. so it doesn't work. (by wtf)
|
by hasula
how to use destructor in this case
|
|
[6 replies] Last: thanks friends... it's realy helps........ (by hasula)
|
by MattOkay
Google info scanner
|
|
[3 replies] Last: I'm considering using the WinINet library. http://msdn.microsoft.com/... (by MattOkay)
|
by tuandt5
Class Polynomial
|
|
[3 replies] Last: Write a function that shifts an array, write a function that multiplie... (by hamsterman)
|
by smd75jr
Individual Day, Month, and Year
|
|
[9 replies] Last: you must be added to the year. cout << "year = " << timePtr->tm_ye... (by firix)
|
Basics of Streams, finding the highest number in a set. |
|
[1 reply] : fin >> max_name >> max_grade; while( fin >> name >> grade){ if(g... (by hamsterman)
|
by potpot
bubble sort descending
|
|
[2 replies] Last: I want to use buble sorting so that all the elements in each column wi... (by potpot)
|
by Faff
What purpose does a object-list have?
|
|
[2 replies] Last: Hmm ok , might be using the objects lists , kinda like the fact that i... (by Faff)
|
by mainframe639
View Source Code
|
|
[3 replies] Last: If you want to decompile you need to get a decompiler. If it was comp... (by Bazzy)
|
by lazymat
Strange Little Problem ! ?
|
|
[6 replies] Last: @Faff, thanks for the alternative ;) I might use that in future, it se... (by lazymat)
|
by miaOnDeLine
error attempt to erase the specific position in a string vector.
|
|
[8 replies] Last: save the data (string in this case) before you erase it and then print... (by coder777)
|
by willis23
Newbie and my program
|
|
[1 reply] : Your project settings are wrong. You're trying to build as a win32 pr... (by Disch)
|
by alpha49er
WHILE won't run
|
|
[2 replies] Last: I see. I was just assuming I had enough code to make it work just by a... (by alpha49er)
|
by galameth
Looking for a few more efficient ways...
|
|
[3 replies] Last: Yes indeed i do ultimately intend it to grow in virtual person size. I... (by galameth)
|
Sorting an array of structs |
|
[1 reply] : Entire program: #include<iostream> // Provides cout, etc. #includ... (by Greywolfe1982)
|